| Index: src/core/SkImageFilter.cpp | 
| diff --git a/src/core/SkImageFilter.cpp b/src/core/SkImageFilter.cpp | 
| index 5a5d5bd822b6e6db60cc540c2220467304029f8f..9193e27dc685e670cf399787966e71820fc44087 100644 | 
| --- a/src/core/SkImageFilter.cpp | 
| +++ b/src/core/SkImageFilter.cpp | 
| @@ -196,7 +196,7 @@ bool SkImageFilter::filterImageGPU(Proxy* proxy, const SkBitmap& src, const Cont | 
| am.setIdentity(context); | 
| GrContext::AutoRenderTarget art(context, dst.texture()->asRenderTarget()); | 
| GrContext::AutoClip acs(context, dstRect); | 
| -    GrEffectRef* effect; | 
| +    GrEffect* effect; | 
| offset->fX = bounds.left(); | 
| offset->fY = bounds.top(); | 
| bounds.offset(-srcOffset); | 
|  |