| Index: third_party/WebKit/Source/core/css/cssom/CSSSkew.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/Skew.idl b/third_party/WebKit/Source/core/css/cssom/CSSSkew.idl
|
| similarity index 78%
|
| rename from third_party/WebKit/Source/core/css/cssom/Skew.idl
|
| rename to third_party/WebKit/Source/core/css/cssom/CSSSkew.idl
|
| index 5755f2b1333ee1a20dca949c37100a11df238651..50c0b6b892e56363db4e3db7ce52fa93535a7203 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/Skew.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSSkew.idl
|
| @@ -4,9 +4,8 @@
|
|
|
| [
|
| Constructor(double ax, double ay),
|
| - ImplementedAs=SkewTransformComponent,
|
| RuntimeEnabled=CSSTypedOM
|
| -] interface Skew : TransformComponent {
|
| +] interface CSSSkew : TransformComponent {
|
| readonly attribute double ax;
|
| readonly attribute double ay;
|
| };
|
|
|