| Index: Source/WebCore/platform/graphics/filters/CustomFilterMeshGenerator.h
|
| diff --git a/Source/WebCore/platform/graphics/filters/CustomFilterMeshGenerator.h b/Source/WebCore/platform/graphics/filters/CustomFilterMeshGenerator.h
|
| index 7abac12e22166c14532b5c9c53f0fd7466616fc4..af0721556ab14118a3766153fc152e3767df9cbd 100644
|
| --- a/Source/WebCore/platform/graphics/filters/CustomFilterMeshGenerator.h
|
| +++ b/Source/WebCore/platform/graphics/filters/CustomFilterMeshGenerator.h
|
| @@ -30,7 +30,7 @@
|
| #ifndef CustomFilterMeshGenerator_h
|
| #define CustomFilterMeshGenerator_h
|
|
|
| -#if ENABLE(CSS_SHADERS) && USE(3D_GRAPHICS)
|
| +#if USE(3D_GRAPHICS)
|
|
|
| #include "CustomFilterConstants.h"
|
| #include "CustomFilterOperation.h"
|
| @@ -120,6 +120,6 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(CSS_SHADERS) && USE(3D_GRAPHICS)
|
| +#endif // USE(3D_GRAPHICS)
|
|
|
| #endif // CustomFilterMeshGenerator_h
|
|
|