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

Unified Diff: Source/core/css/WebKitCSSFilterRule.idl

Issue 16273010: Stop using [InterfaceName] in CSS IDL files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix merge conflict for CSSViewportRule Created 7 years, 6 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
« no previous file with comments | « Source/core/css/CSSTransformValue.idl ('k') | Source/core/css/WebKitCSSFilterValue.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/WebKitCSSFilterRule.idl
diff --git a/Source/core/css/CSSFilterRule.idl b/Source/core/css/WebKitCSSFilterRule.idl
similarity index 95%
rename from Source/core/css/CSSFilterRule.idl
rename to Source/core/css/WebKitCSSFilterRule.idl
index 8c87e90082943223b65f4ff2f9efdd066496125f..09a3176335906a3747d3a10995710e82e0225207 100644
--- a/Source/core/css/CSSFilterRule.idl
+++ b/Source/core/css/WebKitCSSFilterRule.idl
@@ -28,8 +28,8 @@
*/
[
- InterfaceName=WebKitCSSFilterRule
-] interface CSSFilterRule : CSSRule {
+ ImplementedAs=CSSFilterRule
+] interface WebKitCSSFilterRule : CSSRule {
readonly attribute CSSStyleDeclaration style;
// FIXME: We should expose the filter name once the CSSOM for the @filter rule is specified.
« no previous file with comments | « Source/core/css/CSSTransformValue.idl ('k') | Source/core/css/WebKitCSSFilterValue.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698