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