| Index: Source/WebCore/platform/graphics/filters/CustomFilterMesh.h
|
| diff --git a/Source/WebCore/platform/graphics/filters/CustomFilterMesh.h b/Source/WebCore/platform/graphics/filters/CustomFilterMesh.h
|
| index 2bb3d5af1a7e385779654a9a84a484555ddd44d0..712f63e33699e12b72fd009a917788808fcad885 100644
|
| --- a/Source/WebCore/platform/graphics/filters/CustomFilterMesh.h
|
| +++ b/Source/WebCore/platform/graphics/filters/CustomFilterMesh.h
|
| @@ -30,7 +30,7 @@
|
| #ifndef CustomFilterMesh_h
|
| #define CustomFilterMesh_h
|
|
|
| -#if ENABLE(CSS_SHADERS) && USE(3D_GRAPHICS)
|
| +#if USE(3D_GRAPHICS)
|
|
|
| #include "CustomFilterOperation.h"
|
| #include "FloatRect.h"
|
| @@ -75,6 +75,6 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(CSS_SHADERS) && USE(3D_GRAPHICS)
|
| +#endif // USE(3D_GRAPHICS)
|
|
|
| #endif // CustomFilterMesh_h
|
|
|