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(); |
}; |