Index: Source/platform/graphics/filters/FEConvolveMatrix.h |
diff --git a/Source/platform/graphics/filters/FEConvolveMatrix.h b/Source/platform/graphics/filters/FEConvolveMatrix.h |
index 77a9f648eaf2320006e47e41ad32cb805ba60131..525e2e76c9744be600d4b7f3979d739867f6031f 100644 |
--- a/Source/platform/graphics/filters/FEConvolveMatrix.h |
+++ b/Source/platform/graphics/filters/FEConvolveMatrix.h |
@@ -41,7 +41,7 @@ enum EdgeModeType { |
class PLATFORM_EXPORT FEConvolveMatrix : public FilterEffect { |
public: |
- static PassRefPtr<FEConvolveMatrix> create(Filter*, const IntSize&, |
+ static PassRefPtrWillBeRawPtr<FEConvolveMatrix> create(Filter*, const IntSize&, |
float, float, const IntPoint&, EdgeModeType, const FloatPoint&, |
bool, const Vector<float>&); |