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

Unified Diff: Source/WebCore/platform/graphics/filters/CustomFilterOperation.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/CustomFilterOperation.cpp
diff --git a/Source/WebCore/platform/graphics/filters/CustomFilterOperation.cpp b/Source/WebCore/platform/graphics/filters/CustomFilterOperation.cpp
index cde358eeeaf4c1a1c30de931b262fffb665f6115..6317183042141850bee65f30e037e2048e6306b6 100644
--- a/Source/WebCore/platform/graphics/filters/CustomFilterOperation.cpp
+++ b/Source/WebCore/platform/graphics/filters/CustomFilterOperation.cpp
@@ -29,7 +29,6 @@
#include "config.h"
-#if ENABLE(CSS_SHADERS)
#include "CustomFilterOperation.h"
#include "CustomFilterParameter.h"
@@ -76,4 +75,3 @@ PassRefPtr<FilterOperation> CustomFilterOperation::blend(const FilterOperation*
} // namespace WebCore
-#endif // ENABLE(CSS_SHADERS)

Powered by Google App Engine
This is Rietveld 408576698