Title: [171905] trunk/Source/WebCore
Revision
171905
Author
[email protected]
Date
2014-07-31 18:26:57 -0700 (Thu, 31 Jul 2014)

Log Message

Build fix for platforms where we should have automaticallyAdjustsContentInsets but it isn't public yet

* platform/mac/ScrollViewMac.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (171904 => 171905)


--- trunk/Source/WebCore/ChangeLog	2014-08-01 01:26:16 UTC (rev 171904)
+++ trunk/Source/WebCore/ChangeLog	2014-08-01 01:26:57 UTC (rev 171905)
@@ -1,3 +1,9 @@
+2014-07-31  Timothy Horton  <[email protected]>
+
+        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  <[email protected]>
 
         [EFL] Add support for building with Geoclue2.

Modified: trunk/Source/WebCore/platform/mac/ScrollViewMac.mm (171904 => 171905)


--- trunk/Source/WebCore/platform/mac/ScrollViewMac.mm	2014-08-01 01:26:16 UTC (rev 171904)
+++ trunk/Source/WebCore/platform/mac/ScrollViewMac.mm	2014-08-01 01:26:57 UTC (rev 171905)
@@ -36,6 +36,7 @@
 
 @interface NSScrollView (Details)
 - (NSEdgeInsets)contentInsets;
+@property BOOL automaticallyAdjustsContentInsets;
 @end
 
 @interface NSWindow (WebWindowDetails)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to