Index: src/gpu/GrTest.cpp |
diff --git a/src/gpu/GrTest.cpp b/src/gpu/GrTest.cpp |
index 5d31c15c060573d6010fcd2745c40103ed80b79f..b176d3c0fcd0953643c43ca8f5ed400923dc3617 100644 |
--- a/src/gpu/GrTest.cpp |
+++ b/src/gpu/GrTest.cpp |
@@ -111,14 +111,14 @@ private: |
return NULL; |
} |
- 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, |
bool insideClip) SK_OVERRIDE { } |
- virtual void onGpuDraw(const GrDrawTarget::DrawInfo&) SK_OVERRIDE { } |
+ virtual void onDraw(const GrDrawTarget::DrawInfo&) SK_OVERRIDE { } |
virtual bool onReadPixels(GrRenderTarget* target, |
int left, int top, int width, int height, |
GrPixelConfig, |