| Index: Source/WebCore/platform/graphics/filters/CustomFilterMeshGenerator.cpp
|
| diff --git a/Source/WebCore/platform/graphics/filters/CustomFilterMeshGenerator.cpp b/Source/WebCore/platform/graphics/filters/CustomFilterMeshGenerator.cpp
|
| index 7746914578561bbfb68ab24e372498ea2d2bf8ec..b9246fb3d875336de896d25e8845224105deb12a 100644
|
| --- a/Source/WebCore/platform/graphics/filters/CustomFilterMeshGenerator.cpp
|
| +++ b/Source/WebCore/platform/graphics/filters/CustomFilterMeshGenerator.cpp
|
| @@ -29,7 +29,7 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(CSS_SHADERS) && USE(3D_GRAPHICS)
|
| +#if USE(3D_GRAPHICS)
|
| #include "CustomFilterMeshGenerator.h"
|
|
|
| namespace WebCore {
|
| @@ -169,5 +169,5 @@ void CustomFilterMeshGenerator::dumpBuffers() const
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(CSS_SHADERS) && USE(3D_GRAPHICS)
|
| +#endif // USE(3D_GRAPHICS)
|
|
|
|
|