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

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

Issue 2921243002: [CSS Typed OM] Add setters for the CSSNumericValues contained in CSSSkew (Closed)
Patch Set: Rebase Created 3 years, 6 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
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSSkew.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/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 eaa4ced15a036b4580e4178cbebb5a003b0bcaa8..7427ddf6aa89c416a5c90224e8c33b69ae426bfa 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSSkew.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSSkew.idl
@@ -10,6 +10,6 @@
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM
] interface CSSSkew : CSSTransformComponent {
- readonly attribute CSSNumericValue ax;
- readonly attribute CSSNumericValue ay;
+ [RaisesException=Setter] attribute CSSNumericValue ax;
+ [RaisesException=Setter] attribute CSSNumericValue ay;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSSkew.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698