From: simon.fraser@apple.com Date: Tue, 13 Oct 2015 00:55:06 +0000 (+0000) Subject: Fix iOS and Efl builds. X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=commitdiff_plain;h=b4fbca3556380fede2b6cf4b91a4d514ed1b1cb0 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 --- 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);