Index: src/gpu/effects/GrOvalEffect.h |
diff --git a/src/gpu/effects/GrOvalEffect.h b/src/gpu/effects/GrOvalEffect.h |
index 37574ec58c67b9f5cad21939534f62f8bfd6d133..796ee5befb5790bd8fc586e24f8e5631ff8769df 100644 |
--- a/src/gpu/effects/GrOvalEffect.h |
+++ b/src/gpu/effects/GrOvalEffect.h |
@@ -11,14 +11,14 @@ |
#include "GrTypes.h" |
#include "GrTypesPriv.h" |
-class GrEffect; |
+class GrEffectRef; |
struct SkRect; |
namespace GrOvalEffect { |
/** |
* Creates an effect that performs clipping against an oval. |
*/ |
- GrEffect* Create(GrEffectEdgeType, const SkRect&); |
+ GrEffectRef* Create(GrEffectEdgeType, const SkRect&); |
}; |
#endif |