| 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;
|
|
|