Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(140)

Unified Diff: Source/WebCore/platform/graphics/filters/CustomFilterParameterList.h

Issue 13839016: Remove CSS_SHADERS compile-time flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebCore/platform/graphics/filters/CustomFilterParameterList.h
diff --git a/Source/WebCore/platform/graphics/filters/CustomFilterParameterList.h b/Source/WebCore/platform/graphics/filters/CustomFilterParameterList.h
index 2e128e7692096b58f812ec023638d7d33838a9a4..061c5c6ea2c2b98857f3184b618de5e39aaf67af 100644
--- a/Source/WebCore/platform/graphics/filters/CustomFilterParameterList.h
+++ b/Source/WebCore/platform/graphics/filters/CustomFilterParameterList.h
@@ -30,7 +30,6 @@
#ifndef CustomFilterParameterList_h
#define CustomFilterParameterList_h
-#if ENABLE(CSS_SHADERS)
#include "LayoutSize.h"
#include <wtf/Vector.h>
@@ -51,6 +50,5 @@ public:
} // namespace WebCore
-#endif // ENABLE(CSS_SHADERS)
#endif // CustomFilterParameterList_h

Powered by Google App Engine
This is Rietveld 408576698