diff options
author | Ben Murdoch <benm@google.com> | 2010-06-16 12:09:15 +0100 |
---|---|---|
committer | Ben Murdoch <benm@google.com> | 2010-06-18 11:04:36 +0100 |
commit | 89de3ce0dda7784348ac06450f8c71d08ab6ceda (patch) | |
tree | 75964843cf992b5d007a38737c7a431ecfd15e93 /WebCore/platform | |
parent | e58ca4831cefed03d5dc140d644c6bf6e08d83e0 (diff) | |
download | external_webkit-89de3ce0dda7784348ac06450f8c71d08ab6ceda.zip external_webkit-89de3ce0dda7784348ac06450f8c71d08ab6ceda.tar.gz external_webkit-89de3ce0dda7784348ac06450f8c71d08ab6ceda.tar.bz2 |
Merge webkit.org at r61121: Update GraphicsContext::setShadow() parameters in our port. See http://trac.webkit.org/changeset/60961
Change-Id: Iad1feb4849e8bb029575692c227e6a49bcec679b
Diffstat (limited to 'WebCore/platform')
-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 369dce2..6907f4b 100644 --- a/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp +++ b/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp @@ -869,7 +869,7 @@ void GraphicsContext::endTransparencyLayer() m_data->setFillColor(c); } -void GraphicsContext::setPlatformShadow(const IntSize& size, int blur, const Color& color, ColorSpace) +void GraphicsContext::setPlatformShadow(const IntSize& size, float blur, const Color& color, ColorSpace) { if (paintingDisabled()) return; |