| Index: third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.h b/third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.h
|
| index e5046c24ddfec051b0070edd7bff567de64d0300..93fc008e11e5e40e53bbefe9e187d209dbf7ed03 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/PerspectiveTransformComponent.h
|
| @@ -24,7 +24,7 @@ public:
|
|
|
| TransformComponentType type() const override { return PerspectiveType; }
|
|
|
| - PassRefPtrWillBeRawPtr<CSSFunctionValue> toCSSValue() const override;
|
| + RawPtr<CSSFunctionValue> toCSSValue() const override;
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE()
|
| {
|
|
|