| Index: third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.h b/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.h
|
| index 96961e9bf5ae4351d02bb3c881d5e31c2255defc..a4b0d366ec18c9bee9d0e8fdfcb26a805dba23e4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.h
|
| @@ -27,7 +27,7 @@ namespace blink {
|
|
|
| class PLATFORM_EXPORT SourceAlpha final : public FilterEffect {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<SourceAlpha> create(FilterEffect*);
|
| + static RawPtr<SourceAlpha> create(FilterEffect*);
|
|
|
| FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) override;
|
|
|
|
|