| 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 a40b19192fc245693f17916c97b8e61aa5f024cc..df73be680799c42e9a1c593dd1808834a32654d0 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSTranslation.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSTranslation.h
|
| @@ -29,7 +29,7 @@ public:
|
| TransformComponentType type() const override { return is2D() ? TranslationType : Translation3DType; }
|
|
|
| // TODO: Implement asMatrix for CSSTranslation.
|
| - MatrixTransformComponent* asMatrix() const override { return nullptr; }
|
| + CSSMatrixTransformComponent* asMatrix() const override { return nullptr; }
|
|
|
| CSSFunctionValue* toCSSValue() const override;
|
|
|
|
|