| Index: src/gpu/gl/GrGpuGL.h
|
| diff --git a/src/gpu/gl/GrGpuGL.h b/src/gpu/gl/GrGpuGL.h
|
| index 63fcea6e1f8e6257d709679202f38def760a9739..a8851b8e7d827f944585415390b4dc533483eaf0 100644
|
| --- a/src/gpu/gl/GrGpuGL.h
|
| +++ b/src/gpu/gl/GrGpuGL.h
|
| @@ -134,8 +134,8 @@ private:
|
| GrStencilBuffer* sb,
|
| GrRenderTarget* rt) SK_OVERRIDE;
|
|
|
| - virtual void onClear(GrRenderTarget*, const SkIRect* rect, GrColor color,
|
| - bool canIgnoreRect) SK_OVERRIDE;
|
| + virtual void onGpuClear(GrRenderTarget*, const SkIRect* rect, GrColor color,
|
| + bool canIgnoreRect) SK_OVERRIDE;
|
|
|
| virtual void onClearStencilClip(GrRenderTarget*,
|
| const SkIRect& rect,
|
|
|