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

Unified Diff: Source/WebCore/platform/graphics/filters/CustomFilterArrayParameter.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/CustomFilterArrayParameter.h
diff --git a/Source/WebCore/platform/graphics/filters/CustomFilterArrayParameter.h b/Source/WebCore/platform/graphics/filters/CustomFilterArrayParameter.h
index 3050cb4457c6e5a1229ee63f687b0970e706f6ec..23622e9c3f1756155c31ed3c3de4383c7f0ddb8c 100644
--- a/Source/WebCore/platform/graphics/filters/CustomFilterArrayParameter.h
+++ b/Source/WebCore/platform/graphics/filters/CustomFilterArrayParameter.h
@@ -30,7 +30,6 @@
#ifndef CustomFilterArrayParameter_h
#define CustomFilterArrayParameter_h
-#if ENABLE(CSS_SHADERS)
#include "AnimationUtilities.h"
#include "CustomFilterParameter.h"
#include <wtf/Vector.h>
@@ -86,6 +85,5 @@ private:
} // namespace WebCore
-#endif // ENABLE(CSS_SHADERS)
#endif // CustomFilterArrayParameter_h

Powered by Google App Engine
This is Rietveld 408576698