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 e5046c24ddfec051b0070edd7bff567de64d0300..c658041527e65bf7e19029e329cd3c02c59c37d0 100644 |
--- a/third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.h |
+++ b/third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.h |
@@ -24,6 +24,9 @@ public: |
TransformComponentType type() const override { return PerspectiveType; } |
+ // TODO: Implement asMatrix for PerspectiveTransformComponent. |
+ MatrixTransformComponent* asMatrix() const override { return nullptr; } |
+ |
PassRefPtrWillBeRawPtr<CSSFunctionValue> toCSSValue() const override; |
DEFINE_INLINE_VIRTUAL_TRACE() |