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