| 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 587eb030669690b3a4d617a241f210dd47c06bbb..ea5eaad83149c7a35828790bb9a5c4b1e08f0065 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSPerspective.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSPerspective.h
|
| @@ -25,7 +25,7 @@ public:
|
| TransformComponentType type() const override { return PerspectiveType; }
|
|
|
| // TODO: Implement asMatrix for CSSPerspective.
|
| - MatrixTransformComponent* asMatrix() const override { return nullptr; }
|
| + CSSMatrixTransformComponent* asMatrix() const override { return nullptr; }
|
|
|
| CSSFunctionValue* toCSSValue() const override;
|
|
|
|
|