From 9d4fbac1fe10b33df5e73efeb171454603ac8cf3 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 26 Nov 2009 16:08:52 +0000 Subject: Merge webkit.org at r51976 : GraphicsContext::setPlatformShadow now takes a ColorSpace argument. See http://trac.webkit.org/changeset/50852 Change-Id: Ie6ddbe8da1ce7bc2dffbd57bb93aee5d5e9a1068 --- WebCore/platform/graphics/android/GraphicsContextAndroid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebCore/platform/graphics/android/GraphicsContextAndroid.cpp') diff --git a/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp b/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp index f2e168c..af1c144 100644 --- a/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp +++ b/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp @@ -871,7 +871,7 @@ void GraphicsContext::endTransparencyLayer() m_data->setFillColor(c); } -void GraphicsContext::setPlatformShadow(const IntSize& size, int blur, const Color& color) +void GraphicsContext::setPlatformShadow(const IntSize& size, int blur, const Color& color, ColorSpace) { if (paintingDisabled()) return; -- cgit v1.1