| 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 710c2b65b7dd1c1eb0429e740f9a31158fabcf1b..296be182c5c5c9cebc5657ec45b8a1aee1c648a3 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl
|
| @@ -8,6 +8,11 @@
|
| Exposed=(Window,PaintWorklet),
|
| RuntimeEnabled=CSSTypedOM
|
| ] interface CSSTransformValue : CSSStyleValue {
|
| + // https://github.com/w3c/css-houdini-drafts/issues/358
|
| + readonly attribute unsigned long length;
|
| + [ImplementedAs=componentAtIndex] getter CSSTransformComponent (unsigned long index);
|
| +
|
| iterable<CSSTransformComponent>;
|
| +
|
| boolean is2D();
|
| };
|
|
|