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

Unified Diff: Source/WebCore/platform/graphics/filters/ValidatedCustomFilterOperation.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/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

Powered by Google App Engine
This is Rietveld 408576698