Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1285)

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl

Issue 2024023002: Typed CSSOM: Rename Perspective and PerspectiveTransformComponent to CSSPerspective (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSPerspective.cpp ('k') | third_party/WebKit/Source/core/css/cssom/Perspective.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698