Title: [261431] trunk/Source/WebCore
Revision
261431
Author
[email protected]
Date
2020-05-08 21:17:33 -0700 (Fri, 08 May 2020)

Log Message

Fix build error on PlatStation port after r261132
https://bugs.webkit.org/show_bug.cgi?id=211659

Unreviewed build fix after r261132.


* page/scrolling/ScrollingTreeGestureState.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (261430 => 261431)


--- trunk/Source/WebCore/ChangeLog	2020-05-09 01:43:42 UTC (rev 261430)
+++ trunk/Source/WebCore/ChangeLog	2020-05-09 04:17:33 UTC (rev 261431)
@@ -1,3 +1,12 @@
+2020-05-08  Basuke Suzuki  <[email protected]>
+
+        Fix build error on PlatStation port after r261132
+        https://bugs.webkit.org/show_bug.cgi?id=211659
+
+        Unreviewed build fix after r261132.
+
+        * page/scrolling/ScrollingTreeGestureState.cpp:
+
 2020-05-08  David Kilzer  <[email protected]>
 
         Remove empty directories from from svn.webkit.org repository

Modified: trunk/Source/WebCore/page/scrolling/ScrollingTreeGestureState.cpp (261430 => 261431)


--- trunk/Source/WebCore/page/scrolling/ScrollingTreeGestureState.cpp	2020-05-09 01:43:42 UTC (rev 261430)
+++ trunk/Source/WebCore/page/scrolling/ScrollingTreeGestureState.cpp	2020-05-09 04:17:33 UTC (rev 261431)
@@ -29,6 +29,7 @@
 #if ENABLE(ASYNC_SCROLLING)
 
 #include "PlatformWheelEvent.h"
+#include "ScrollingTree.h"
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to