| Index: third_party/WebKit/Source/core/css/cssom/TranslationTransformComponent.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/TranslationTransformComponent.h b/third_party/WebKit/Source/core/css/cssom/TranslationTransformComponent.h
|
| index 30e29559dbdd68d4d41a9e004924a80fde3c55ff..f3243d8f43b809765e8f22f76d92d6afd7b1d9a7 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/TranslationTransformComponent.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/TranslationTransformComponent.h
|
| @@ -29,8 +29,7 @@ public:
|
|
|
| TransformComponentType type() const override { return is2D() ? TranslationType : Translation3DType; }
|
|
|
| - // TODO: Implement asMatrix for TranslationTransformComponent.
|
| - MatrixTransformComponent* asMatrix() const override { return nullptr; }
|
| + MatrixTransformComponent* asMatrix(ExceptionState&) const override;
|
|
|
| PassRefPtrWillBeRawPtr<CSSFunctionValue> toCSSValue() const override;
|
|
|
|
|