| Index: third_party/WebKit/Source/core/css/cssom/TranslationTransformComponent.h
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/TranslationTransformComponent.h b/third_party/WebKit/Source/core/css/cssom/TranslationTransformComponent.h
|
| index 3531def2f322b2e875e7fede707d93248f5890f7..3f62ea16898be342bda8e3311d1206bebde71fc0 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/TranslationTransformComponent.h
|
| +++ b/third_party/WebKit/Source/core/css/cssom/TranslationTransformComponent.h
|
| @@ -31,7 +31,7 @@ public:
|
| // TODO: Implement asMatrix for TranslationTransformComponent.
|
| MatrixTransformComponent* asMatrix() const override { return nullptr; }
|
|
|
| - PassRefPtrWillBeRawPtr<CSSFunctionValue> toCSSValue() const override;
|
| + RawPtr<CSSFunctionValue> toCSSValue() const override;
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE()
|
| {
|
|
|