| Index: Source/WebCore/platform/graphics/Gradient.cpp
|
| diff --git a/Source/WebCore/platform/graphics/Gradient.cpp b/Source/WebCore/platform/graphics/Gradient.cpp
|
| index e103684e0bd0bec77d4bd786fa436bed0d07052e..98d3f475efd72299182f160cd140e0b0e59c1d97 100644
|
| --- a/Source/WebCore/platform/graphics/Gradient.cpp
|
| +++ b/Source/WebCore/platform/graphics/Gradient.cpp
|
| @@ -240,7 +240,7 @@ void Gradient::setGradientSpaceTransform(const AffineTransform& gradientSpaceTra
|
| invalidateHash();
|
| }
|
|
|
| -#if !USE(SKIA) && !USE(CAIRO) && !PLATFORM(BLACKBERRY)
|
| +#if !USE(SKIA) && !PLATFORM(BLACKBERRY)
|
| void Gradient::setPlatformGradientSpaceTransform(const AffineTransform&)
|
| {
|
| }
|
|
|