Index: third_party/WebKit/Source/core/css/cssom/Perspective.idl |
diff --git a/third_party/WebKit/Source/core/css/cssom/Perspective.idl b/third_party/WebKit/Source/core/css/cssom/Perspective.idl |
deleted file mode 100644 |
index 92fdf4def9438d73e19a35c76d50451eea6637c1..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/Source/core/css/cssom/Perspective.idl |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-// Copyright 2016 The Chromium Authors. All rights reserved. |
-// Use of this source code is governed by a BSD-style license that can be |
-// found in the LICENSE file. |
- |
-[ |
- Constructor(CSSLengthValue length), |
- ImplementedAs=PerspectiveTransformComponent, |
- RuntimeEnabled=CSSTypedOM, |
- RaisesException=Constructor |
-] interface Perspective : TransformComponent { |
- readonly attribute CSSLengthValue length; |
-}; |