| Index: Source/WebCore/platform/graphics/ShadowBlur.cpp
|
| diff --git a/Source/WebCore/platform/graphics/ShadowBlur.cpp b/Source/WebCore/platform/graphics/ShadowBlur.cpp
|
| index e48aa1d2032d10af0e0ea5e9e35c460df4d1fdf0..cb806578914245fbca783ac7074a149f692e8317 100644
|
| --- a/Source/WebCore/platform/graphics/ShadowBlur.cpp
|
| +++ b/Source/WebCore/platform/graphics/ShadowBlur.cpp
|
| @@ -897,7 +897,7 @@ void ShadowBlur::endShadowLayer(GraphicsContext* context)
|
| ScratchBuffer::shared().scheduleScratchBufferPurge();
|
| }
|
|
|
| -#if PLATFORM(QT) || USE(CAIRO)
|
| +#if PLATFORM(QT)
|
| bool ShadowBlur::mustUseShadowBlur(GraphicsContext* context) const
|
| {
|
| // We can't avoid ShadowBlur, since the shadow has blur.
|
|
|