Index: src/gpu/GrInOrderDrawBuffer.h |
diff --git a/src/gpu/GrInOrderDrawBuffer.h b/src/gpu/GrInOrderDrawBuffer.h |
index 714d822dd5f681da70d88a4ce2efdece9c381cf7..3d7d526531036b51a7fc39956c8a97ddb788a336 100644 |
--- a/src/gpu/GrInOrderDrawBuffer.h |
+++ b/src/gpu/GrInOrderDrawBuffer.h |
@@ -86,11 +86,6 @@ public: |
const SkIRect& srcRect, |
const SkIPoint& dstPoint) SK_OVERRIDE; |
- virtual void clear(const SkIRect* rect, |
- GrColor color, |
- bool canIgnoreRect, |
- GrRenderTarget* renderTarget) SK_OVERRIDE; |
- |
virtual void clearStencilClip(const SkIRect& rect, |
bool insideClip, |
GrRenderTarget* renderTarget) SK_OVERRIDE; |
@@ -274,6 +269,10 @@ private: |
const uint32_t indices[], int count, |
const float transforms[], PathTransformType, |
GrPathRendering::FillType, const GrDeviceCoordTexture*) SK_OVERRIDE; |
+ virtual void onClear(const SkIRect* rect, |
+ GrColor color, |
+ bool canIgnoreRect, |
+ GrRenderTarget* renderTarget) SK_OVERRIDE; |
virtual bool onReserveVertexSpace(size_t vertexSize, |
int vertexCount, |