| Index: third_party/WebKit/Source/core/css/cssom/SkewTransformComponent.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/SkewTransformComponent.h b/third_party/WebKit/Source/core/css/cssom/SkewTransformComponent.h
|
| index 8eb90487bcc04751bd81b3ec8e3add26bf148df2..3191f632e5722a8692d0a81f1d8094d21fa9daae 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/SkewTransformComponent.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/SkewTransformComponent.h
|
| @@ -23,7 +23,7 @@ public:
|
|
|
| TransformComponentType type() const override { return SkewType; }
|
|
|
| - PassRefPtrWillBeRawPtr<CSSFunctionValue> toCSSValue() const override;
|
| + RawPtr<CSSFunctionValue> toCSSValue() const override;
|
|
|
| private:
|
| SkewTransformComponent(double ax, double ay) : TransformComponent(), m_ax(ax), m_ay(ay) { }
|
|
|