| Index: Source/platform/graphics/filters/FEComponentTransfer.h
|
| diff --git a/Source/platform/graphics/filters/FEComponentTransfer.h b/Source/platform/graphics/filters/FEComponentTransfer.h
|
| index 7b23decd23a4af0d8fe541723b8931aec3bdae6d..bbedcc3a7b35f2aad6210deec661000bc2ddb864 100644
|
| --- a/Source/platform/graphics/filters/FEComponentTransfer.h
|
| +++ b/Source/platform/graphics/filters/FEComponentTransfer.h
|
| @@ -61,7 +61,7 @@ struct ComponentTransferFunction {
|
|
|
| class PLATFORM_EXPORT FEComponentTransfer : public FilterEffect {
|
| public:
|
| - static PassRefPtr<FEComponentTransfer> create(Filter*, const ComponentTransferFunction& redFunc, const ComponentTransferFunction& greenFunc,
|
| + static PassRefPtrWillBeRawPtr<FEComponentTransfer> create(Filter*, const ComponentTransferFunction& redFunc, const ComponentTransferFunction& greenFunc,
|
| const ComponentTransferFunction& blueFunc, const ComponentTransferFunction& alphaFunc);
|
|
|
| ComponentTransferFunction redFunction() const;
|
|
|