| 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 bc5c00a11441b7eb08631d093a1d9530598c1921..993bd0af90142f69168d62cef5f4ac19aac04476 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;
|
|
|
| - PassRefPtrWillBeRawPtr<CSSValue> toCSSValue() const override;
|
| + RawPtr<CSSValue> toCSSValue() const override;
|
|
|
| StyleValueType type() const override { return TransformValueType; }
|
|
|
|
|