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

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

Issue 2010383002: Typed CSSOM: Rename Scale and ScaleTransformComponent to CSSScale (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/CSSScale.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/Scale.idl b/third_party/WebKit/Source/core/css/cssom/CSSScale.idl
similarity index 82%
rename from third_party/WebKit/Source/core/css/cssom/Scale.idl
rename to third_party/WebKit/Source/core/css/cssom/CSSScale.idl
index 22ec20d651c7cbcc76b0e6b3c324455cd2b565a4..84209b4260d46a280d9f637f20a1d877d87369a7 100644
--- a/third_party/WebKit/Source/core/css/cssom/Scale.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSScale.idl
@@ -5,9 +5,8 @@
[
Constructor(double x, double y),
Constructor(double x, double y, double z),
- ImplementedAs=ScaleTransformComponent,
RuntimeEnabled=CSSTypedOM
-] interface Scale : TransformComponent {
+] interface CSSScale : TransformComponent {
readonly attribute double x;
readonly attribute double y;
readonly attribute double z;
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSScale.cpp ('k') | third_party/WebKit/Source/core/css/cssom/Scale.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698