| Index: third_party/WebKit/Source/platform/graphics/filters/FETile.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/FETile.h b/third_party/WebKit/Source/platform/graphics/filters/FETile.h
|
| index 22d6de1a0f6b7149de8a81add9d39800dcff223d..5475909d486d930f5e12f59617b5c560a7fd61b5 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/FETile.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/FETile.h
|
| @@ -29,7 +29,7 @@ namespace blink {
|
|
|
| class PLATFORM_EXPORT FETile final : public FilterEffect {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<FETile> create(Filter*);
|
| + static RawPtr<FETile> create(Filter*);
|
|
|
| FloatRect mapPaintRect(const FloatRect&, bool forward = true) final;
|
|
|
|
|