Index: src/gpu/effects/GrOvalEffect.h |
diff --git a/src/gpu/effects/GrOvalEffect.h b/src/gpu/effects/GrOvalEffect.h |
index 8f85365731853928e06a5fc53e3a645349ae8911..3ff241a65de8f4c5af1ed57b4ace457d76b01671 100644 |
--- a/src/gpu/effects/GrOvalEffect.h |
+++ b/src/gpu/effects/GrOvalEffect.h |
@@ -10,6 +10,7 @@ |
#include "GrTypes.h" |
#include "GrTypesPriv.h" |
+#include "SkRefCnt.h" |
class GrFragmentProcessor; |
struct SkRect; |
@@ -18,7 +19,7 @@ namespace GrOvalEffect { |
/** |
* Creates an effect that performs clipping against an oval. |
*/ |
- GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkRect&); |
+ sk_sp<GrFragmentProcessor> Make(GrPrimitiveEdgeType, const SkRect&); |
}; |
#endif |