| Index: src/gpu/effects/GrOvalEffect.h
 | 
| diff --git a/src/gpu/effects/GrOvalEffect.h b/src/gpu/effects/GrOvalEffect.h
 | 
| index 37574ec58c67b9f5cad21939534f62f8bfd6d133..41e22cc00c91f24b64ca6d6957e5508a68744570 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 GrProcessor;
 | 
|  struct SkRect;
 | 
|  
 | 
|  namespace GrOvalEffect {
 | 
|      /**
 | 
|       * Creates an effect that performs clipping against an oval.
 | 
|       */
 | 
| -    GrEffect* Create(GrEffectEdgeType, const SkRect&);
 | 
| +    GrFragmentProcessor* Create(GrPrimitiveEdgeType, const SkRect&);
 | 
|  };
 | 
|  
 | 
|  #endif
 | 
| 
 |