| Index: Source/WebCore/platform/graphics/filters/CustomFilterOperation.h
|
| diff --git a/Source/WebCore/platform/graphics/filters/CustomFilterOperation.h b/Source/WebCore/platform/graphics/filters/CustomFilterOperation.h
|
| index 681c6a7481cbecf332a0c1c3ab9403ab1f1f0011..0e05c2e1ddc5e1cb2d42eedf96cc309616ce2227 100644
|
| --- a/Source/WebCore/platform/graphics/filters/CustomFilterOperation.h
|
| +++ b/Source/WebCore/platform/graphics/filters/CustomFilterOperation.h
|
| @@ -30,7 +30,6 @@
|
| #ifndef CustomFilterOperation_h
|
| #define CustomFilterOperation_h
|
|
|
| -#if ENABLE(CSS_SHADERS)
|
| #include "CustomFilterConstants.h"
|
| #include "CustomFilterParameterList.h"
|
| #include "CustomFilterProgram.h"
|
| @@ -93,6 +92,5 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(CSS_SHADERS)
|
|
|
| #endif // CustomFilterOperation_h
|
|
|