Chromium Code Reviews| Index: src/gpu/gl/GrGpuGL.h |
| =================================================================== |
| --- src/gpu/gl/GrGpuGL.h (revision 12054) |
| +++ src/gpu/gl/GrGpuGL.h (working copy) |
| @@ -135,7 +135,7 @@ |
| GrStencilBuffer* sb, |
| GrRenderTarget* rt) SK_OVERRIDE; |
| - virtual void onClear(const SkIRect* rect, GrColor color) SK_OVERRIDE; |
| + virtual void onClear(const SkIRect* rect, GrColor color, bool canIgnoreRect) SK_OVERRIDE; |
| virtual void onForceRenderTargetFlush() SK_OVERRIDE; |