From 5572ebd74ab8b8ec8b6a05f8e1d3f24f8543c946 Mon Sep 17 00:00:00 2001 From: "timothy_horton@apple.com" Date: Fri, 1 Aug 2014 01:26:57 +0000 Subject: [PATCH] Build fix for platforms where we should have automaticallyAdjustsContentInsets but it isn't public yet * platform/mac/ScrollViewMac.mm: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@171905 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/WebCore/ChangeLog | 6 ++++++ Source/WebCore/platform/mac/ScrollViewMac.mm | 1 + 2 files changed, 7 insertions(+) diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index 129cc52342ef..26ea87cf8e9d 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,9 @@ +2014-07-31 Timothy Horton + + Build fix for platforms where we should have automaticallyAdjustsContentInsets but it isn't public yet + + * platform/mac/ScrollViewMac.mm: + 2014-07-31 Carlos Alberto Lopez Perez [EFL] Add support for building with Geoclue2. diff --git a/Source/WebCore/platform/mac/ScrollViewMac.mm b/Source/WebCore/platform/mac/ScrollViewMac.mm index 950c4cd06058..13721af4bde1 100644 --- a/Source/WebCore/platform/mac/ScrollViewMac.mm +++ b/Source/WebCore/platform/mac/ScrollViewMac.mm @@ -36,6 +36,7 @@ @interface NSScrollView (Details) - (NSEdgeInsets)contentInsets; +@property BOOL automaticallyAdjustsContentInsets; @end @interface NSWindow (WebWindowDetails) -- 2.36.0