| Index: Source/WebCore/platform/graphics/ShadowBlur.h
|
| diff --git a/Source/WebCore/platform/graphics/ShadowBlur.h b/Source/WebCore/platform/graphics/ShadowBlur.h
|
| index e88a666074fb326ee14ee54e4dd7a9986167d20f..99a8872a5d49ea9e6de19df957c72ce3ff399148 100644
|
| --- a/Source/WebCore/platform/graphics/ShadowBlur.h
|
| +++ b/Source/WebCore/platform/graphics/ShadowBlur.h
|
| @@ -70,7 +70,7 @@ public:
|
|
|
| ShadowType type() const { return m_type; }
|
|
|
| -#if PLATFORM(QT) || USE(CAIRO)
|
| +#if PLATFORM(QT)
|
| bool mustUseShadowBlur(GraphicsContext*) const;
|
| #endif
|
|
|
|
|