| Index: Source/WebCore/platform/graphics/filters/CustomFilterGlobalContext.h
|
| diff --git a/Source/WebCore/platform/graphics/filters/CustomFilterGlobalContext.h b/Source/WebCore/platform/graphics/filters/CustomFilterGlobalContext.h
|
| index ae0271f1ca2bcb51d0b654aa18a5bd7e6e889383..b7277da04463ea9dd615c2263b35b273c1d8151c 100644
|
| --- a/Source/WebCore/platform/graphics/filters/CustomFilterGlobalContext.h
|
| +++ b/Source/WebCore/platform/graphics/filters/CustomFilterGlobalContext.h
|
| @@ -30,7 +30,7 @@
|
| #ifndef CustomFilterGlobalContext_h
|
| #define CustomFilterGlobalContext_h
|
|
|
| -#if ENABLE(CSS_SHADERS) && USE(3D_GRAPHICS)
|
| +#if USE(3D_GRAPHICS)
|
| #include "ANGLEWebKitBridge.h"
|
| #include "CustomFilterProgramInfo.h"
|
| #include <wtf/HashMap.h>
|
| @@ -80,6 +80,6 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(CSS_SHADERS) && USE(3D_GRAPHICS)
|
| +#endif // USE(3D_GRAPHICS)
|
|
|
| #endif // CustomFilterGlobalContext_h
|
|
|