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

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

Issue 1648853002: Typed CSS OM: implement TransformComponent::asMatrix (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@asMatrixTransformMethod
Patch Set: Use TransformationMatrix::create Created 4 years, 10 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/TransformComponent.h ('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/TransformComponent.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/TransformComponent.idl b/third_party/WebKit/Source/core/css/cssom/TransformComponent.idl
index fd8b23fb96dde0f52e9a230f79217bfd14160532..f8da462c4000ab87b6dfd2fb7b8bb5fd177754ff 100644
--- a/third_party/WebKit/Source/core/css/cssom/TransformComponent.idl
+++ b/third_party/WebKit/Source/core/css/cssom/TransformComponent.idl
@@ -8,6 +8,5 @@
] interface TransformComponent {
readonly attribute DOMString cssString;
boolean is2DComponent();
- // TODO: Uncomment when Matrix is implemented.
- // [RaisesException] Matrix asMatrix();
+ [NewObject] Matrix asMatrix();
};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/TransformComponent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698