Index: third_party/WebKit/Source/core/css/cssom/Perspective.idl |
diff --git a/third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.idl b/third_party/WebKit/Source/core/css/cssom/Perspective.idl |
similarity index 76% |
rename from third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.idl |
rename to third_party/WebKit/Source/core/css/cssom/Perspective.idl |
index 9e5209fea4fe330e963d425d95588e63baf6df61..6baedaaf54c5517a4cf5c3f52f0fe6ab6045f874 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.idl |
+++ b/third_party/WebKit/Source/core/css/cssom/Perspective.idl |
@@ -4,8 +4,9 @@ |
[ |
Constructor(LengthValue length), |
+ ImplementedAs=PerspectiveTransformComponent, |
RuntimeEnabled=CSSTypedOM, |
RaisesException=Constructor |
-] interface PerspectiveTransformComponent : TransformComponent { |
+] interface Perspective : TransformComponent { |
readonly attribute LengthValue length; |
}; |