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

Unified Diff: Source/core/css/WebKitCSSMixFunctionValue.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/WebKitCSSMatrix.idl ('k') | Source/core/css/WebKitCSSRegionRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/WebKitCSSMixFunctionValue.idl
diff --git a/Source/core/css/CSSMixFunctionValue.idl b/Source/core/css/WebKitCSSMixFunctionValue.idl
similarity index 93%
rename from Source/core/css/CSSMixFunctionValue.idl
rename to Source/core/css/WebKitCSSMixFunctionValue.idl
index 3519f334ec9f5366e61f4ae3b6084a14ace44e6f..57f3125d6dfc64270294184875b5ce44d978a740 100644
--- a/Source/core/css/CSSMixFunctionValue.idl
+++ b/Source/core/css/WebKitCSSMixFunctionValue.idl
@@ -28,7 +28,7 @@
*/
[
- InterfaceName=WebKitCSSMixFunctionValue
-] interface CSSMixFunctionValue : CSSValueList {
+ ImplementedAs=CSSMixFunctionValue
+] interface WebKitCSSMixFunctionValue : CSSValueList {
};
« no previous file with comments | « Source/core/css/WebKitCSSMatrix.idl ('k') | Source/core/css/WebKitCSSRegionRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698