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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSPerspective.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/CSSPerspective.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl b/third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl
index 4a08c8f32a393f1b67a78e93a6f621c714878eed..c7fb41260d504f07fbb42efae1aa9be94bd23ab6 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSPerspective.idl
@@ -6,10 +6,10 @@
// like "transform".
// Spec: https://drafts.css-houdini.org/css-typed-om/#cssperspective
[
- Constructor(CSSLengthValue length),
+ Constructor(CSSNumericValue length),
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM,
RaisesException=Constructor
] interface CSSPerspective : CSSTransformComponent {
- readonly attribute CSSLengthValue length;
+ readonly attribute CSSNumericValue length;
};

Powered by Google App Engine
This is Rietveld 408576698