| Index: third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl b/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl
|
| index f5f1c981e3f83b5d0328ac4a45f6ab84beb5b866..c3d93570916c2a58cec59b05d0fc103f7cd2484f 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl
|
| @@ -7,6 +7,6 @@
|
| RuntimeEnabled=CSSTypedOM,
|
| ] interface CSSTransformComponent {
|
| readonly attribute DOMString cssText;
|
| - boolean is2DComponent();
|
| + boolean is2D();
|
| CSSMatrix asMatrix();
|
| };
|
|
|