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

Unified Diff: Source/WebCore/page/DOMWindow.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/page/DOMWindow.idl
diff --git a/Source/WebCore/page/DOMWindow.idl b/Source/WebCore/page/DOMWindow.idl
index 78cbc0ed005c4c8bc2e42b3b45d40f1fe7b5486f..b888be30ada623519dc406524e45776e49e27999 100644
--- a/Source/WebCore/page/DOMWindow.idl
+++ b/Source/WebCore/page/DOMWindow.idl
@@ -320,10 +320,8 @@
attribute CSSValueListConstructor CSSValueList;
attribute WebKitCSSTransformValueConstructor WebKitCSSTransformValue;
-#if defined(ENABLE_CSS_SHADERS) && ENABLE_CSS_SHADERS
attribute WebKitCSSFilterRuleConstructor WebKitCSSFilterRule;
attribute WebKitCSSMixFunctionValueConstructor WebKitCSSMixFunctionValue;
-#endif
#if defined(ENABLE_CSS_FILTERS) && ENABLE_CSS_FILTERS
attribute WebKitCSSFilterValueConstructor WebKitCSSFilterValue;

Powered by Google App Engine
This is Rietveld 408576698