Title: [216299] trunk/Source/WebCore
Revision
216299
Author
[email protected]
Date
2017-05-05 17:17:00 -0700 (Fri, 05 May 2017)

Log Message

...and now the GTK and Windows builds.

* platform/gtk/WidgetGtk.cpp:
(WebCore::Widget::paint):
* platform/win/WidgetWin.cpp:
(WebCore::Widget::paint):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (216298 => 216299)


--- trunk/Source/WebCore/ChangeLog	2017-05-06 00:08:55 UTC (rev 216298)
+++ trunk/Source/WebCore/ChangeLog	2017-05-06 00:17:00 UTC (rev 216299)
@@ -1,3 +1,12 @@
+2017-05-05  Dean Jackson  <[email protected]>
+
+        ...and now the GTK and Windows builds.
+
+        * platform/gtk/WidgetGtk.cpp:
+        (WebCore::Widget::paint):
+        * platform/win/WidgetWin.cpp:
+        (WebCore::Widget::paint):
+
 2017-05-05  Brady Eidson  <[email protected]>
 
         API test WebKit2.WebsiteDataStoreCustomPaths is failing on ios-simulator.

Modified: trunk/Source/WebCore/platform/gtk/WidgetGtk.cpp (216298 => 216299)


--- trunk/Source/WebCore/platform/gtk/WidgetGtk.cpp	2017-05-06 00:08:55 UTC (rev 216298)
+++ trunk/Source/WebCore/platform/gtk/WidgetGtk.cpp	2017-05-06 00:17:00 UTC (rev 216299)
@@ -80,7 +80,7 @@
         gtk_widget_hide(platformWidget());
 }
 
-void Widget::paint(GraphicsContext&, const IntRect&)
+void Widget::paint(GraphicsContext&, const IntRect&, SecurityOriginPaintPolicy)
 {
 }
 

Modified: trunk/Source/WebCore/platform/win/WidgetWin.cpp (216298 => 216299)


--- trunk/Source/WebCore/platform/win/WidgetWin.cpp	2017-05-06 00:08:55 UTC (rev 216298)
+++ trunk/Source/WebCore/platform/win/WidgetWin.cpp	2017-05-06 00:17:00 UTC (rev 216299)
@@ -75,7 +75,7 @@
     view->hostWindow()->setCursor(cursor);
 }
 
-void Widget::paint(GraphicsContext&, const IntRect&)
+void Widget::paint(GraphicsContext&, const IntRect&, SecurityOriginPaintPolicy)
 {
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to