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

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

Issue 2018313003: Typed CSSOM: Rename Skew and SkewTransformComponent to CSSSkew (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/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;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSSkew.cpp ('k') | third_party/WebKit/Source/core/css/cssom/Skew.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698