| Index: third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl b/third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.idl
|
| similarity index 60%
|
| copy from third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl
|
| copy to third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.idl
|
| index c3d93570916c2a58cec59b05d0fc103f7cd2484f..9746a4be696a73c82a3a5d1a93db2e03fa0c7f77 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSTokenStreamValue.idl
|
| @@ -5,8 +5,7 @@
|
| [
|
| Exposed=(Window,PaintWorklet),
|
| RuntimeEnabled=CSSTypedOM,
|
| -] interface CSSTransformComponent {
|
| - readonly attribute DOMString cssText;
|
| - boolean is2D();
|
| - CSSMatrix asMatrix();
|
| +] interface CSSTokenStreamValue : CSSStyleValue {
|
| + iterable<DOMString>;
|
| +// TODO(anthonyhkf): change to iterable<(DOMString or CSSVariableReferenceValue)>;
|
| };
|
|
|