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

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

Issue 15797004: Cleanup WebKit prefixed names for classes in css directory. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/core/css/CSSTransformValue.idl
diff --git a/Source/core/css/WebKitCSSTransformValue.idl b/Source/core/css/CSSTransformValue.idl
similarity index 95%
rename from Source/core/css/WebKitCSSTransformValue.idl
rename to Source/core/css/CSSTransformValue.idl
index 97a5430abbaf43977bfa3cdc2232751107b9fd12..f6a39420308252480f8b2824dc45b20151bdea6d 100644
--- a/Source/core/css/WebKitCSSTransformValue.idl
+++ b/Source/core/css/CSSTransformValue.idl
@@ -27,8 +27,9 @@
*/
[
- DoNotCheckConstants
-] interface WebKitCSSTransformValue : CSSValueList {
+ DoNotCheckConstants,
+ InterfaceName=WebKitCSSTransformValue
+] interface CSSTransformValue : CSSValueList {
// OperationTypes

Powered by Google App Engine
This is Rietveld 408576698