Title: [276252] trunk/Source/WebCore
Revision
276252
Author
[email protected]
Date
2021-04-19 07:16:05 -0700 (Mon, 19 Apr 2021)

Log Message

Unreviewed, fix the build after r276181
<rdar://problem/76832595>

Add a couple of missing forward declarations for `IntRect` and `IntPoint`.

* page/ContextMenuClient.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (276251 => 276252)


--- trunk/Source/WebCore/ChangeLog	2021-04-19 13:54:15 UTC (rev 276251)
+++ trunk/Source/WebCore/ChangeLog	2021-04-19 14:16:05 UTC (rev 276252)
@@ -1,3 +1,12 @@
+2021-04-19  Wenson Hsieh  <[email protected]>
+
+        Unreviewed, fix the build after r276181
+        <rdar://problem/76832595>
+
+        Add a couple of missing forward declarations for `IntRect` and `IntPoint`.
+
+        * page/ContextMenuClient.h:
+
 2021-04-19  Youenn Fablet  <[email protected]>
 
         Add assertions to check for no memory allocation in AudioMediaStreamTrackRendererUnit rendering thread

Modified: trunk/Source/WebCore/page/ContextMenuClient.h (276251 => 276252)


--- trunk/Source/WebCore/page/ContextMenuClient.h	2021-04-19 13:54:15 UTC (rev 276251)
+++ trunk/Source/WebCore/page/ContextMenuClient.h	2021-04-19 14:16:05 UTC (rev 276252)
@@ -32,6 +32,8 @@
 namespace WebCore {
 
 class Frame;
+class IntPoint;
+class IntRect;
 
 class ContextMenuClient {
 public:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to