| Index: Source/platform/graphics/filters/SourceAlpha.h
|
| diff --git a/Source/platform/graphics/filters/SourceAlpha.h b/Source/platform/graphics/filters/SourceAlpha.h
|
| index 4aadea2f291405c15380400eb724f062a35c9ae2..66cbbdbb6f9e41fb691cfa2010daac469d4679d4 100644
|
| --- a/Source/platform/graphics/filters/SourceAlpha.h
|
| +++ b/Source/platform/graphics/filters/SourceAlpha.h
|
| @@ -27,7 +27,7 @@ namespace blink {
|
|
|
| class PLATFORM_EXPORT SourceAlpha : public FilterEffect {
|
| public:
|
| - static PassRefPtr<SourceAlpha> create(Filter*);
|
| + static PassRefPtrWillBeRawPtr<SourceAlpha> create(Filter*);
|
|
|
| static const AtomicString& effectName();
|
|
|
|
|