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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSPositionValue.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/CSSPositionValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.idl
index 79d48b1e442806b7763ec2445955ca5e70c15ca1..a51541dd0015364d5ebaa897975629c51ea4e982 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSPositionValue.idl
@@ -6,10 +6,10 @@
// background-position.
// Spec: https://drafts.css-houdini.org/css-typed-om/#positionvalue-objects
[
- Constructor(CSSLengthValue x, CSSLengthValue y),
+ Constructor(CSSNumericValue x, CSSNumericValue y),
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM
] interface CSSPositionValue : CSSStyleValue {
- readonly attribute CSSLengthValue x;
- readonly attribute CSSLengthValue y;
+ readonly attribute CSSNumericValue x;
+ readonly attribute CSSNumericValue y;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSPositionValue.cpp ('k') | third_party/WebKit/Source/core/css/cssom/CSSRotation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698