| 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 2c0003f7c5f231c1b8f6212ac5a3b169c3a9dab6..49db2da1d7c942910bbdd32e7ecd21f6e85bbe87 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/SkewTransformComponent.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/SkewTransformComponent.h
|
| @@ -29,7 +29,7 @@ public:
|
| return MatrixTransformComponent::skew(m_ax, m_ay);
|
| }
|
|
|
| - PassRefPtrWillBeRawPtr<CSSFunctionValue> toCSSValue() const override;
|
| + RawPtr<CSSFunctionValue> toCSSValue() const override;
|
|
|
| private:
|
| SkewTransformComponent(double ax, double ay) : TransformComponent(), m_ax(ax), m_ay(ay) { }
|
|
|