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

Unified Diff: Source/WebCore/css/WebKitCSSFilterValue.idl

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/css/WebKitCSSFilterValue.idl
diff --git a/Source/WebCore/css/WebKitCSSFilterValue.idl b/Source/WebCore/css/WebKitCSSFilterValue.idl
index 021ffa6a087d195508c353118fbe63859e51eef6..1ddf7ec83a877e4f1d5f792915b44530b0680295 100644
--- a/Source/WebCore/css/WebKitCSSFilterValue.idl
+++ b/Source/WebCore/css/WebKitCSSFilterValue.idl
@@ -43,10 +43,7 @@
const unsigned short CSS_FILTER_CONTRAST = 9;
const unsigned short CSS_FILTER_BLUR = 10;
const unsigned short CSS_FILTER_DROP_SHADOW = 11;
-
-#if defined(ENABLE_CSS_SHADERS) && ENABLE_CSS_SHADERS
const unsigned short CSS_FILTER_CUSTOM = 12;
-#endif
readonly attribute unsigned short operationType;
};

Powered by Google App Engine
This is Rietveld 408576698