| Index: src/gpu/gl/GrGpuGL.h | 
| diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h | 
| index bba6400f468ee7cb40f90a14bc21af00dfc76dc9..fc7ad4e27355869b4a251796cb79f4e7ce52ad84 100644 | 
| --- a/src/gpu/gl/GrGpuGL.h | 
| +++ b/src/gpu/gl/GrGpuGL.h | 
| @@ -132,8 +132,8 @@ private: | 
| GrStencilBuffer* sb, | 
| GrRenderTarget* rt) SK_OVERRIDE; | 
|  | 
| -    virtual void onGpuClear(GrRenderTarget*, const SkIRect* rect, GrColor color, | 
| -                            bool canIgnoreRect) SK_OVERRIDE; | 
| +    virtual void onClear(GrRenderTarget*, const SkIRect* rect, GrColor color, | 
| +                         bool canIgnoreRect) SK_OVERRIDE; | 
|  | 
| virtual void onClearStencilClip(GrRenderTarget*, | 
| const SkIRect& rect, | 
| @@ -153,7 +153,7 @@ private: | 
|  | 
| virtual void onResolveRenderTarget(GrRenderTarget* target) SK_OVERRIDE; | 
|  | 
| -    virtual void onGpuDraw(const GrDrawTarget::DrawInfo&) SK_OVERRIDE; | 
| +    virtual void onDraw(const GrDrawTarget::DrawInfo&) SK_OVERRIDE; | 
|  | 
|  | 
| virtual void clearStencil(GrRenderTarget*) SK_OVERRIDE; | 
|  |