| Index: Source/WebCore/platform/graphics/filters/CustomFilterCompiledProgram.h
|
| diff --git a/Source/WebCore/platform/graphics/filters/CustomFilterCompiledProgram.h b/Source/WebCore/platform/graphics/filters/CustomFilterCompiledProgram.h
|
| index 5dbf0d4511901d5c8291e52d1b12a7e7de2c6519..e2b6ccb167a66500947336d031822e10a182f411 100644
|
| --- a/Source/WebCore/platform/graphics/filters/CustomFilterCompiledProgram.h
|
| +++ b/Source/WebCore/platform/graphics/filters/CustomFilterCompiledProgram.h
|
| @@ -30,7 +30,7 @@
|
| #ifndef CustomFilterCompiledProgram_h
|
| #define CustomFilterCompiledProgram_h
|
|
|
| -#if ENABLE(CSS_SHADERS) && USE(3D_GRAPHICS)
|
| +#if USE(3D_GRAPHICS)
|
|
|
| #include "CustomFilterProgramInfo.h"
|
| #include "GraphicsContext3D.h"
|
| @@ -94,6 +94,6 @@ private:
|
|
|
| }
|
|
|
| -#endif // ENABLE(CSS_SHADERS) && USE(3D_GRAPHICS)
|
| +#endif // USE(3D_GRAPHICS)
|
|
|
| #endif
|
|
|