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

Unified Diff: Source/WebCore/css/WebKitCSSFilterRule.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/WebKitCSSFilterRule.idl
diff --git a/Source/WebCore/css/WebKitCSSFilterRule.idl b/Source/WebCore/css/WebKitCSSFilterRule.idl
index 28e8c76bcd2359875318fed29b1c9a620e3ec4ce..12bc237276e45700d7e543b83363dd7f00336fc0 100644
--- a/Source/WebCore/css/WebKitCSSFilterRule.idl
+++ b/Source/WebCore/css/WebKitCSSFilterRule.idl
@@ -27,9 +27,7 @@
* SUCH DAMAGE.
*/
-[
- Conditional=CSS_SHADERS,
-] interface WebKitCSSFilterRule : CSSRule {
+interface WebKitCSSFilterRule : CSSRule {
readonly attribute CSSStyleDeclaration style;
// FIXME: We should expose the filter name once the CSSOM for the @filter rule is specified.

Powered by Google App Engine
This is Rietveld 408576698