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

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

Issue 2907973002: [css-typed-om] add toMatrix() method in CSSTransformValue.idl (Closed)
Patch Set: make Create() function in DOMMatrix 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/CSSTransformValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl
index 6fabef587bff5be4064d6f56a165c97e3f9ca5b2..c024b231e3068d2dd14f57f9b8e68b93503ab167 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl
@@ -11,8 +11,8 @@
// https://github.com/w3c/css-houdini-drafts/issues/358
readonly attribute unsigned long length;
[ImplementedAs=componentAtIndex] getter CSSTransformComponent (unsigned long index);
-
iterable<CSSTransformComponent>;
readonly attribute boolean is2D;
+ [RuntimeEnabled=GeometryInterfaces] DOMMatrix toMatrix();
};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSTransformValue.cpp ('k') | third_party/WebKit/Source/core/geometry/DOMMatrix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698