Title: [193921] branches/safari-601.1.46-branch/Source/WebCore
Revision
193921
Author
[email protected]
Date
2015-12-10 11:19:03 -0800 (Thu, 10 Dec 2015)

Log Message

Merge r190911. rdar://problem/23432368

Modified Paths

Diff

Modified: branches/safari-601.1.46-branch/Source/WebCore/ChangeLog (193920 => 193921)


--- branches/safari-601.1.46-branch/Source/WebCore/ChangeLog	2015-12-10 19:19:01 UTC (rev 193920)
+++ branches/safari-601.1.46-branch/Source/WebCore/ChangeLog	2015-12-10 19:19:03 UTC (rev 193921)
@@ -1,5 +1,16 @@
 2015-12-10  Matthew Hanson  <[email protected]>
 
+        Merge r190911. rdar://problem/23432368
+
+    2015-10-12  Simon Fraser  <[email protected]>
+
+            Fix iOS and Efl builds.
+
+            * platform/graphics/NamedImageGeneratedImage.cpp:
+            (WebCore::NamedImageGeneratedImage::drawPattern):
+
+2015-12-10  Matthew Hanson  <[email protected]>
+
         Merge r193382. rdar://problem/23814344
 
     2015-12-03  Simon Fraser  <[email protected]>

Modified: branches/safari-601.1.46-branch/Source/WebCore/platform/graphics/NamedImageGeneratedImage.cpp (193920 => 193921)


--- branches/safari-601.1.46-branch/Source/WebCore/platform/graphics/NamedImageGeneratedImage.cpp	2015-12-10 19:19:01 UTC (rev 193920)
+++ branches/safari-601.1.46-branch/Source/WebCore/platform/graphics/NamedImageGeneratedImage.cpp	2015-12-10 19:19:03 UTC (rev 193921)
@@ -78,6 +78,7 @@
     UNUSED_PARAM(srcRect);
     UNUSED_PARAM(patternTransform);
     UNUSED_PARAM(phase);
+    UNUSED_PARAM(spacing);
     UNUSED_PARAM(styleColorSpace);
     UNUSED_PARAM(dstRect);
     UNUSED_PARAM(compositeOp);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to