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

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

Issue 2550063002: Remove double constructors that assume degrees from CSSRotation (Closed)
Patch Set: Fix test Created 4 years 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
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSRotation.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/cssom/CSSRotation.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSRotation.idl b/third_party/WebKit/Source/core/css/cssom/CSSRotation.idl
index a47593753712060f0540cff8c31f7835789a8113..d2b34f3206b4aba42e5faaa36efc587140cb5dce 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSRotation.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSRotation.idl
@@ -3,14 +3,12 @@
// found in the LICENSE file.
[
- Constructor(double angle),
Constructor(CSSAngleValue angleValue),
- Constructor(double x, double y, double z, double angle),
Constructor(double x, double y, double z, CSSAngleValue angle),
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM
] interface CSSRotation : CSSTransformComponent {
- readonly attribute double angle;
+ readonly attribute CSSAngleValue angle;
readonly attribute double x;
readonly attribute double y;
readonly attribute double z;
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSRotation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698