Title: [250954] trunk/Source/WebCore
Revision
250954
Author
[email protected]
Date
2019-10-09 20:08:32 -0700 (Wed, 09 Oct 2019)

Log Message

Unreviewed, fix the internal iOS build

* page/PointerCaptureController.h: Add some missing forward declarations.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (250953 => 250954)


--- trunk/Source/WebCore/ChangeLog	2019-10-10 02:23:05 UTC (rev 250953)
+++ trunk/Source/WebCore/ChangeLog	2019-10-10 03:08:32 UTC (rev 250954)
@@ -1,3 +1,9 @@
+2019-10-09  Wenson Hsieh  <[email protected]>
+
+        Unreviewed, fix the internal iOS build
+
+        * page/PointerCaptureController.h: Add some missing forward declarations.
+
 2019-10-09  Sihui Liu  <[email protected]>
 
         Unreviewed, fix an asserition after r250937.

Modified: trunk/Source/WebCore/page/PointerCaptureController.h (250953 => 250954)


--- trunk/Source/WebCore/page/PointerCaptureController.h	2019-10-10 02:23:05 UTC (rev 250953)
+++ trunk/Source/WebCore/page/PointerCaptureController.h	2019-10-10 03:08:32 UTC (rev 250954)
@@ -38,7 +38,9 @@
 class IntPoint;
 class MouseEvent;
 class Page;
+class PlatformTouchEvent;
 class PointerEvent;
+class WindowProxy;
 
 class PointerCaptureController {
     WTF_MAKE_NONCOPYABLE(PointerCaptureController);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to