Index: Source/platform/graphics/filters/FEComposite.h |
diff --git a/Source/platform/graphics/filters/FEComposite.h b/Source/platform/graphics/filters/FEComposite.h |
index aa471964a89926c8b969ed5afbfbe4cf3061890a..c639ab37fffc77f4ab90d31deaa56ecc510a0aa5 100644 |
--- a/Source/platform/graphics/filters/FEComposite.h |
+++ b/Source/platform/graphics/filters/FEComposite.h |
@@ -41,7 +41,7 @@ enum CompositeOperationType { |
class PLATFORM_EXPORT FEComposite : public FilterEffect { |
public: |
- static PassRefPtr<FEComposite> create(Filter*, const CompositeOperationType&, float, float, float, float); |
+ static PassRefPtrWillBeRawPtr<FEComposite> create(Filter*, const CompositeOperationType&, float, float, float, float); |
CompositeOperationType operation() const; |
bool setOperation(CompositeOperationType); |