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

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

Issue 2867883003: [CSS Typed OM] Delete obsolete number and length classes from Typed OM (Closed)
Patch Set: rebase Created 3 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/CSSSkew.idl b/third_party/WebKit/Source/core/css/cssom/CSSSkew.idl
index c88f5c6f6a28e912b6e4faf2746fc5909f41cfca..eaa4ced15a036b4580e4178cbebb5a003b0bcaa8 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSSkew.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSSkew.idl
@@ -6,10 +6,10 @@
// "transform".
// Spec: https://drafts.css-houdini.org/css-typed-om/#cssskew
[
- Constructor(CSSAngleValue ax, CSSAngleValue ay),
+ Constructor(CSSNumericValue ax, CSSNumericValue ay),
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM
] interface CSSSkew : CSSTransformComponent {
- readonly attribute CSSAngleValue ax;
- readonly attribute CSSAngleValue ay;
+ readonly attribute CSSNumericValue ax;
+ readonly attribute CSSNumericValue ay;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSSkew.cpp ('k') | third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698