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

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

Issue 1689723004: CSS Typed OM: Implement TransformValue::asMatrix (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@computeLengthValue
Patch Set: 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/TransformValue.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/TransformValue.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/TransformValue.idl b/third_party/WebKit/Source/core/css/cssom/TransformValue.idl
index 2168f5fa50463ed6d4b550deb2c17dbc8a166d4a..9974a268aad806a8abfde90758c05161252a0a4c 100644
--- a/third_party/WebKit/Source/core/css/cssom/TransformValue.idl
+++ b/third_party/WebKit/Source/core/css/cssom/TransformValue.idl
@@ -9,4 +9,5 @@
] interface TransformValue : StyleValue {
iterable<TransformComponent>;
boolean is2D();
+ [NewObject, RaisesException] Matrix asMatrix();
};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/TransformValue.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698