| Index: third_party/WebKit/Source/core/css/cssom/CSSPerspective.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSPerspective.h b/third_party/WebKit/Source/core/css/cssom/CSSPerspective.h
|
| index 3061c4c3341ea440e4438abe995b54417ae295df..7803cf3171bb89c0782ce4327a5640b6b0c6f90f 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSPerspective.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSPerspective.h
|
| @@ -29,7 +29,7 @@ class CORE_EXPORT CSSPerspective : public CSSTransformComponent {
|
| TransformComponentType type() const override { return PerspectiveType; }
|
|
|
| // TODO: Implement asMatrix for CSSPerspective.
|
| - CSSMatrixTransformComponent* asMatrix() const override { return nullptr; }
|
| + CSSMatrixComponent* asMatrix() const override { return nullptr; }
|
|
|
| CSSFunctionValue* toCSSValue() const override;
|
|
|
|
|