| Index: Source/WebCore/platform/graphics/filters/ValidatedCustomFilterOperation.h
|
| diff --git a/Source/WebCore/platform/graphics/filters/ValidatedCustomFilterOperation.h b/Source/WebCore/platform/graphics/filters/ValidatedCustomFilterOperation.h
|
| index eabb0d55996a38561fc952b8d8e27dd3fa45b4e9..8b56e00387937a74ad01a373a6aab6b8a2b5c1b6 100644
|
| --- a/Source/WebCore/platform/graphics/filters/ValidatedCustomFilterOperation.h
|
| +++ b/Source/WebCore/platform/graphics/filters/ValidatedCustomFilterOperation.h
|
| @@ -30,7 +30,6 @@
|
| #ifndef ValidatedCustomFilterOperation_h
|
| #define ValidatedCustomFilterOperation_h
|
|
|
| -#if ENABLE(CSS_SHADERS)
|
| #include "CustomFilterConstants.h"
|
| #include "CustomFilterParameterList.h"
|
| #include "FilterOperation.h"
|
| @@ -90,6 +89,5 @@ private:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(CSS_SHADERS)
|
|
|
| #endif // ValidatedCustomFilterOperation_h
|
|
|