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

Unified Diff: Source/WebCore/css/CSSRule.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/CSSRule.idl
diff --git a/Source/WebCore/css/CSSRule.idl b/Source/WebCore/css/CSSRule.idl
index 4859eafc126f16dff40e35e173b0d8ee54d1da69..de3dc977ac5c8b47c594980858cdb4b1670e17f7 100644
--- a/Source/WebCore/css/CSSRule.idl
+++ b/Source/WebCore/css/CSSRule.idl
@@ -45,9 +45,7 @@
#if defined(ENABLE_CSS_REGIONS) && ENABLE_CSS_REGIONS
const unsigned short WEBKIT_REGION_RULE = 16;
#endif
-#if defined(ENABLE_CSS_SHADERS) && ENABLE_CSS_SHADERS
const unsigned short WEBKIT_FILTER_RULE = 17;
-#endif
#if defined(ENABLE_SHADOW_DOM) && ENABLE_SHADOW_DOM
const unsigned short HOST_RULE = 1001;
#endif

Powered by Google App Engine
This is Rietveld 408576698