| 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 69a29a03db962294e219aeead2449959117367c5..0d2459a7e73b0f3661d30f7c35dd7b8ea3695b4f 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;
|
|
|
|
|