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