From b4fbca3556380fede2b6cf4b91a4d514ed1b1cb0 Mon Sep 17 00:00:00 2001 From: "simon.fraser@apple.com" Date: Tue, 13 Oct 2015 00:55:06 +0000 Subject: [PATCH] Fix iOS and Efl builds. * platform/graphics/NamedImageGeneratedImage.cpp: (WebCore::NamedImageGeneratedImage::drawPattern): git-svn-id: https://svn.webkit.org/repository/webkit/trunk@190911 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/WebCore/ChangeLog | 7 +++++++ Source/WebCore/platform/graphics/NamedImageGeneratedImage.cpp | 1 + 2 files changed, 8 insertions(+) diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index d15f086..1122a85 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,5 +1,12 @@ 2015-10-12 Simon Fraser + Fix iOS and Efl builds. + + * platform/graphics/NamedImageGeneratedImage.cpp: + (WebCore::NamedImageGeneratedImage::drawPattern): + +2015-10-12 Simon Fraser + Remove Image::spaceSize() and ImageBuffer::spaceSize() https://bugs.webkit.org/show_bug.cgi?id=150064 diff --git a/Source/WebCore/platform/graphics/NamedImageGeneratedImage.cpp b/Source/WebCore/platform/graphics/NamedImageGeneratedImage.cpp index 7a2b8ea..92406b4 100644 --- a/Source/WebCore/platform/graphics/NamedImageGeneratedImage.cpp +++ b/Source/WebCore/platform/graphics/NamedImageGeneratedImage.cpp @@ -77,6 +77,7 @@ void NamedImageGeneratedImage::drawPattern(GraphicsContext& context, const Float UNUSED_PARAM(srcRect); UNUSED_PARAM(patternTransform); UNUSED_PARAM(phase); + UNUSED_PARAM(spacing); UNUSED_PARAM(styleColorSpace); UNUSED_PARAM(dstRect); UNUSED_PARAM(compositeOp); -- 1.8.3.1