| Index: third_party/WebKit/Source/core/css/cssom/CSSTranslation.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTranslation.h b/third_party/WebKit/Source/core/css/cssom/CSSTranslation.h
|
| index 41a32f4998c4dbb83f20665232d59e4215980569..f08bda4256fa4361d944afa88ea744dc42935db6 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSTranslation.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSTranslation.h
|
| @@ -40,7 +40,7 @@ class CORE_EXPORT CSSTranslation final : public CSSTransformComponent {
|
| }
|
|
|
| // TODO: Implement asMatrix for CSSTranslation.
|
| - CSSMatrixTransformComponent* asMatrix() const override { return nullptr; }
|
| + CSSMatrixComponent* asMatrix() const override { return nullptr; }
|
|
|
| CSSFunctionValue* toCSSValue() const override;
|
|
|
|
|