Title: [198445] trunk/Source/WebCore
Revision
198445
Author
[email protected]
Date
2016-03-18 15:35:26 -0700 (Fri, 18 Mar 2016)

Log Message

Need to forward declare NSScrollerImpSPI::scrollerLayoutDirection.
https://bugs.webkit.org/show_bug.cgi?id=155662.

Patch by Zhuo Li <[email protected]> on 2016-03-18
Reviewed by Myles C. Maxfield.

* platform/spi/mac/NSScrollerImpSPI.h:
Forward declare NSScrollerImpSPI::scrollerLayoutDirection.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (198444 => 198445)


--- trunk/Source/WebCore/ChangeLog	2016-03-18 21:14:41 UTC (rev 198444)
+++ trunk/Source/WebCore/ChangeLog	2016-03-18 22:35:26 UTC (rev 198445)
@@ -1,3 +1,13 @@
+2016-03-18  Zhuo Li  <[email protected]>
+
+        Need to forward declare NSScrollerImpSPI::scrollerLayoutDirection.
+        https://bugs.webkit.org/show_bug.cgi?id=155662.
+
+        Reviewed by Myles C. Maxfield.
+
+        * platform/spi/mac/NSScrollerImpSPI.h:
+        Forward declare NSScrollerImpSPI::scrollerLayoutDirection.
+
 2016-03-18  Myles C. Maxfield  <[email protected]>
 
         [OS X] Scrollbars are sometimes erroneously reported as overlay

Modified: trunk/Source/WebCore/platform/spi/mac/NSScrollerImpSPI.h (198444 => 198445)


--- trunk/Source/WebCore/platform/spi/mac/NSScrollerImpSPI.h	2016-03-18 21:14:41 UTC (rev 198444)
+++ trunk/Source/WebCore/platform/spi/mac/NSScrollerImpSPI.h	2016-03-18 22:35:26 UTC (rev 198445)
@@ -37,6 +37,10 @@
 @property(getter=isTracking) BOOL tracking;
 @end
 
+@interface NSScrollerImpPair ()
++ (NSUserInterfaceLayoutDirection)scrollerLayoutDirection;
+@end
+
 #else
 
 enum {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to