| Index: Source/WebCore/platform/graphics/filters/CustomFilterCompiledProgram.cpp
|
| diff --git a/Source/WebCore/platform/graphics/filters/CustomFilterCompiledProgram.cpp b/Source/WebCore/platform/graphics/filters/CustomFilterCompiledProgram.cpp
|
| index 26965d05eda42516358b6078a75e9b12bb256436..c1179db87454ce622e847fbeac31e5f63fa4502f 100644
|
| --- a/Source/WebCore/platform/graphics/filters/CustomFilterCompiledProgram.cpp
|
| +++ b/Source/WebCore/platform/graphics/filters/CustomFilterCompiledProgram.cpp
|
| @@ -29,7 +29,7 @@
|
|
|
| #include "config.h"
|
|
|
| -#if ENABLE(CSS_SHADERS) && USE(3D_GRAPHICS)
|
| +#if USE(3D_GRAPHICS)
|
| #include "CustomFilterCompiledProgram.h"
|
|
|
| #include "CustomFilterGlobalContext.h"
|
| @@ -151,4 +151,4 @@ CustomFilterCompiledProgram::~CustomFilterCompiledProgram()
|
| }
|
|
|
| } // namespace WebCore
|
| -#endif // ENABLE(CSS_SHADERS) && USE(3D_GRAPHICS)
|
| +#endif // USE(3D_GRAPHICS)
|
|
|