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

Unified Diff: Source/WebCore/css/CSSRule.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/css/CSSRule.h
diff --git a/Source/WebCore/css/CSSRule.h b/Source/WebCore/css/CSSRule.h
index 8a78ad47fd93cb205461ca492ddc6e67c330a864..177d57ee5bf141b2c0f520326d28dfbe403ee383 100644
--- a/Source/WebCore/css/CSSRule.h
+++ b/Source/WebCore/css/CSSRule.h
@@ -59,9 +59,7 @@ public:
#if ENABLE(CSS_REGIONS)
WEBKIT_REGION_RULE = 16,
#endif
-#if ENABLE(CSS_SHADERS)
WEBKIT_FILTER_RULE = 17,
-#endif
#if ENABLE(SHADOW_DOM)
HOST_RULE = 1001,
#endif

Powered by Google App Engine
This is Rietveld 408576698