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

Unified Diff: Source/core/css/WebKitCSSFilterValue.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/WebKitCSSFilterRule.idl ('k') | Source/core/css/WebKitCSSKeyframeRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/WebKitCSSFilterValue.idl
diff --git a/Source/core/css/CSSFilterValue.idl b/Source/core/css/WebKitCSSFilterValue.idl
similarity index 96%
rename from Source/core/css/CSSFilterValue.idl
rename to Source/core/css/WebKitCSSFilterValue.idl
index 035b859d223739c0b29c2f499f5c23851ed618ab..52500df6a4bf49340d7de16674958d1026179db1 100644
--- a/Source/core/css/CSSFilterValue.idl
+++ b/Source/core/css/WebKitCSSFilterValue.idl
@@ -25,8 +25,8 @@
[
DoNotCheckConstants,
- InterfaceName=WebKitCSSFilterValue
-] interface CSSFilterValue : CSSValueList {
+ ImplementedAs=CSSFilterValue
+] interface WebKitCSSFilterValue : CSSValueList {
// OperationTypes
« no previous file with comments | « Source/core/css/WebKitCSSFilterRule.idl ('k') | Source/core/css/WebKitCSSKeyframeRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698