Chromium Code Reviews| 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 c3d93570916c2a58cec59b05d0fc103f7cd2484f..8173d5e004b40a480a2ec31406aa891e5fe4eeb4 100644 |
| --- a/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl |
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl |
| @@ -8,5 +8,5 @@ |
| ] interface CSSTransformComponent { |
| readonly attribute DOMString cssText; |
| boolean is2D(); |
| - CSSMatrix asMatrix(); |
| + CSSMatrixTransformComponent asMatrix(); |
| }; |