| Index: Source/WebCore/css/CSSComputedStyleDeclaration.h
|
| diff --git a/Source/WebCore/css/CSSComputedStyleDeclaration.h b/Source/WebCore/css/CSSComputedStyleDeclaration.h
|
| index d2c5694e5e94b0c1d654485216721ce724c5e9a9..a2277d9e8c6adcf4598bf255d3a3e77c79a7db01 100644
|
| --- a/Source/WebCore/css/CSSComputedStyleDeclaration.h
|
| +++ b/Source/WebCore/css/CSSComputedStyleDeclaration.h
|
| @@ -39,10 +39,8 @@ class ShadowData;
|
| class StylePropertySet;
|
| class StylePropertyShorthand;
|
|
|
| -#if ENABLE(CSS_SHADERS)
|
| class CustomFilterNumberParameter;
|
| class CustomFilterParameter;
|
| -#endif
|
|
|
| enum EUpdateLayout { DoNotUpdateLayout = false, UpdateLayout = true };
|
|
|
|
|