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

Unified Diff: Source/core/css/WebKitCSSTransformValue.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/WebKitCSSRegionRule.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/WebKitCSSTransformValue.idl
diff --git a/Source/core/css/CSSTransformValue.idl b/Source/core/css/WebKitCSSTransformValue.idl
similarity index 95%
rename from Source/core/css/CSSTransformValue.idl
rename to Source/core/css/WebKitCSSTransformValue.idl
index f6a39420308252480f8b2824dc45b20151bdea6d..8b59a43e2614c38e77b9d47a5b596b25dc7b5c4a 100644
--- a/Source/core/css/CSSTransformValue.idl
+++ b/Source/core/css/WebKitCSSTransformValue.idl
@@ -27,9 +27,9 @@
*/
[
- DoNotCheckConstants,
- InterfaceName=WebKitCSSTransformValue
-] interface CSSTransformValue : CSSValueList {
+ DoNotCheckConstants,
+ ImplementedAs=CSSTransformValue
+] interface WebKitCSSTransformValue : CSSValueList {
// OperationTypes
« no previous file with comments | « Source/core/css/WebKitCSSRegionRule.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698