Index: src/gpu/GrGpu.h |
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
index 0e2ec88b8c19a15e332fca6d37d09ffaa4e2ab07..5f6505549ba0f4e6219aa587548584dade0c00cd 100644 |
--- a/src/gpu/GrGpu.h |
+++ b/src/gpu/GrGpu.h |
@@ -266,10 +266,8 @@ public: |
size_t rowBytes); |
// GrDrawTarget overrides |
- virtual void clear(const SkIRect* rect, |
- GrColor color, |
- bool canIgnoreRect, |
- GrRenderTarget* renderTarget = NULL) SK_OVERRIDE; |
+ virtual void clear(const SkIRect* rect, GrColor color, bool canIgnoreRect, |
+ GrRenderTarget* renderTarget) SK_OVERRIDE; |
virtual void clearStencilClip(const SkIRect& rect, |
bool insideClip, |