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

Unified Diff: Source/WebCore/css/CSSPropertySourceData.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/CSSPropertySourceData.h
diff --git a/Source/WebCore/css/CSSPropertySourceData.h b/Source/WebCore/css/CSSPropertySourceData.h
index 66f91ac43435c3c9221162cdd5822f8bc0d0af80..0bcee11cc418095e95728441669b0bfc3fbfbeb5 100644
--- a/Source/WebCore/css/CSSPropertySourceData.h
+++ b/Source/WebCore/css/CSSPropertySourceData.h
@@ -99,9 +99,7 @@ struct CSSRuleSourceData : public RefCounted<CSSRuleSourceData> {
HOST_RULE,
VIEWPORT_RULE,
SUPPORTS_RULE,
-#if ENABLE(CSS_SHADERS)
FILTER_RULE
-#endif
};
static PassRefPtr<CSSRuleSourceData> create(Type type)

Powered by Google App Engine
This is Rietveld 408576698