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

Unified Diff: Source/WebCore/platform/graphics/filters/FilterOperation.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/FilterOperation.h
diff --git a/Source/WebCore/platform/graphics/filters/FilterOperation.h b/Source/WebCore/platform/graphics/filters/FilterOperation.h
index 2b04bca1a7fb7796739e55f9aad94dbfc0c060ca..28a607a16ac656ad238361c8e8aae7d4981f0b00 100644
--- a/Source/WebCore/platform/graphics/filters/FilterOperation.h
+++ b/Source/WebCore/platform/graphics/filters/FilterOperation.h
@@ -64,10 +64,8 @@ public:
CONTRAST,
BLUR,
DROP_SHADOW,
-#if ENABLE(CSS_SHADERS)
CUSTOM,
VALIDATED_CUSTOM,
-#endif
PASSTHROUGH,
NONE
};

Powered by Google App Engine
This is Rietveld 408576698