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

Unified Diff: third_party/WebKit/Source/core/css/cssom/Scale.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/Scale.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/ScaleTransformComponent.idl b/third_party/WebKit/Source/core/css/cssom/Scale.idl
similarity index 82%
rename from third_party/WebKit/Source/core/css/cssom/ScaleTransformComponent.idl
rename to third_party/WebKit/Source/core/css/cssom/Scale.idl
index 82b0e25e45e189cd42b75d4267645415e9319d28..22ec20d651c7cbcc76b0e6b3c324455cd2b565a4 100644
--- a/third_party/WebKit/Source/core/css/cssom/ScaleTransformComponent.idl
+++ b/third_party/WebKit/Source/core/css/cssom/Scale.idl
@@ -5,8 +5,9 @@
[
Constructor(double x, double y),
Constructor(double x, double y, double z),
+ ImplementedAs=ScaleTransformComponent,
RuntimeEnabled=CSSTypedOM
-] interface ScaleTransformComponent : TransformComponent {
+] interface Scale : TransformComponent {
readonly attribute double x;
readonly attribute double y;
readonly attribute double z;

Powered by Google App Engine
This is Rietveld 408576698