Index: third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.h |
diff --git a/third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.h b/third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.h |
index c658041527e65bf7e19029e329cd3c02c59c37d0..2269a11db5da9cc67fbd4d3f910bdac5359d4525 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.h |
+++ b/third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.h |
@@ -24,8 +24,7 @@ public: |
TransformComponentType type() const override { return PerspectiveType; } |
- // TODO: Implement asMatrix for PerspectiveTransformComponent. |
- MatrixTransformComponent* asMatrix() const override { return nullptr; } |
+ MatrixTransformComponent* asMatrix(ExceptionState&) const override; |
PassRefPtrWillBeRawPtr<CSSFunctionValue> toCSSValue() const override; |