Title: [216296] trunk/Source/WebCore
Revision
216296
Author
d...@apple.com
Date
2017-05-05 17:04:37 -0700 (Fri, 05 May 2017)

Log Message

Try to fix iOS build.

* platform/ios/WidgetIOS.mm:
(WebCore::Widget::paint):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (216295 => 216296)


--- trunk/Source/WebCore/ChangeLog	2017-05-06 00:03:25 UTC (rev 216295)
+++ trunk/Source/WebCore/ChangeLog	2017-05-06 00:04:37 UTC (rev 216296)
@@ -1,5 +1,12 @@
 2017-05-05  Dean Jackson  <d...@apple.com>
 
+        Try to fix iOS build.
+
+        * platform/ios/WidgetIOS.mm:
+        (WebCore::Widget::paint):
+
+2017-05-05  Dean Jackson  <d...@apple.com>
+
         Restrict SVG filters to accessible security origins
         https://bugs.webkit.org/show_bug.cgi?id=118689
         <rdar://problem/27362159>

Modified: trunk/Source/WebCore/platform/ios/WidgetIOS.mm (216295 => 216296)


--- trunk/Source/WebCore/platform/ios/WidgetIOS.mm	2017-05-06 00:03:25 UTC (rev 216295)
+++ trunk/Source/WebCore/platform/ios/WidgetIOS.mm	2017-05-06 00:04:37 UTC (rev 216296)
@@ -139,7 +139,7 @@
     return view;
 }
 
-void Widget::paint(GraphicsContext& p, const IntRect& r)
+void Widget::paint(GraphicsContext& p, const IntRect& r, SecurityOriginPaintPolicy)
 {
     if (p.paintingDisabled())
         return;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to