| Index: third_party/WebKit/Source/core/css/cssom/TransformValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/TransformValue.h b/third_party/WebKit/Source/core/css/cssom/TransformValue.h
|
| index 993bd0af90142f69168d62cef5f4ac19aac04476..9d97ce02d6979d3fcb9fc046cdb07d5c8ee4052b 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/TransformValue.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/TransformValue.h
|
| @@ -31,7 +31,7 @@ public:
|
|
|
| bool is2D() const;
|
|
|
| - RawPtr<CSSValue> toCSSValue() const override;
|
| + CSSValue* toCSSValue() const override;
|
|
|
| StyleValueType type() const override { return TransformValueType; }
|
|
|
|
|