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

Unified Diff: Source/WebCore/platform/graphics/filters/ValidatedCustomFilterOperation.cpp

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.cpp
diff --git a/Source/WebCore/platform/graphics/filters/ValidatedCustomFilterOperation.cpp b/Source/WebCore/platform/graphics/filters/ValidatedCustomFilterOperation.cpp
index 8ea4d5251ce5d5b7ce5aae2c34317ceee18fa7c0..474000d5028a7f838a631f5febaef5285dfa293f 100644
--- a/Source/WebCore/platform/graphics/filters/ValidatedCustomFilterOperation.cpp
+++ b/Source/WebCore/platform/graphics/filters/ValidatedCustomFilterOperation.cpp
@@ -29,7 +29,6 @@
#include "config.h"
-#if ENABLE(CSS_SHADERS)
#include "ValidatedCustomFilterOperation.h"
#include "CustomFilterParameter.h"
@@ -66,4 +65,3 @@ PassRefPtr<FilterOperation> ValidatedCustomFilterOperation::blend(const FilterOp
} // namespace WebCore
-#endif // ENABLE(CSS_SHADERS)

Powered by Google App Engine
This is Rietveld 408576698