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

Unified Diff: third_party/WebKit/Source/core/css/cssom/Skew.idl

Issue 1664093002: CSS Typed OM: TransformComponent names match the spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: third_party/WebKit/Source/core/css/cssom/Skew.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/SkewTransformComponent.idl b/third_party/WebKit/Source/core/css/cssom/Skew.idl
similarity index 78%
rename from third_party/WebKit/Source/core/css/cssom/SkewTransformComponent.idl
rename to third_party/WebKit/Source/core/css/cssom/Skew.idl
index dab92214b11054a6d6d665265e702814cdefeaf1..5755f2b1333ee1a20dca949c37100a11df238651 100644
--- a/third_party/WebKit/Source/core/css/cssom/SkewTransformComponent.idl
+++ b/third_party/WebKit/Source/core/css/cssom/Skew.idl
@@ -4,8 +4,9 @@
[
Constructor(double ax, double ay),
+ ImplementedAs=SkewTransformComponent,
RuntimeEnabled=CSSTypedOM
-] interface SkewTransformComponent : TransformComponent {
+] interface Skew : TransformComponent {
readonly attribute double ax;
readonly attribute double ay;
};

Powered by Google App Engine
This is Rietveld 408576698