diff options
author | Steve Block <steveblock@google.com> | 2009-11-26 16:08:52 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2009-12-17 17:41:14 +0000 |
commit | 9d4fbac1fe10b33df5e73efeb171454603ac8cf3 (patch) | |
tree | 234fa7af67855985e98474a4b98ef363b817531a /WebCore/platform/graphics/android/GraphicsContextAndroid.cpp | |
parent | 02f7edff6c1625ed75eaf447e02ef659e62e3a10 (diff) | |
download | external_webkit-9d4fbac1fe10b33df5e73efeb171454603ac8cf3.zip external_webkit-9d4fbac1fe10b33df5e73efeb171454603ac8cf3.tar.gz external_webkit-9d4fbac1fe10b33df5e73efeb171454603ac8cf3.tar.bz2 |
Merge webkit.org at r51976 : GraphicsContext::setPlatformShadow now takes a ColorSpace argument.
See http://trac.webkit.org/changeset/50852
Change-Id: Ie6ddbe8da1ce7bc2dffbd57bb93aee5d5e9a1068
Diffstat (limited to 'WebCore/platform/graphics/android/GraphicsContextAndroid.cpp')
-rw-r--r-- | WebCore/platform/graphics/android/GraphicsContextAndroid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |