| Index: third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.h b/third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.h
|
| index 92fd448f4b19e129ec17f73f5648b8ca58ea9eb2..6062194492740960e2977f2f67e6e3584a5b312f 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/MatrixTransformComponent.h
|
| @@ -58,7 +58,7 @@ public:
|
| // Bindings require a non const return value.
|
| MatrixTransformComponent* asMatrix() const override { return const_cast<MatrixTransformComponent*>(this); }
|
|
|
| - RawPtr<CSSFunctionValue> toCSSValue() const override;
|
| + CSSFunctionValue* toCSSValue() const override;
|
|
|
| static MatrixTransformComponent* perspective(double length);
|
|
|
|
|