Index: src/gpu/gl/GrGLGpu.h |
diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h |
index 0442e1109bc16aa26245753bada8f4c0af026dd3..5724107223b862831bef67d9ca85234889557343 100644 |
--- a/src/gpu/gl/GrGLGpu.h |
+++ b/src/gpu/gl/GrGLGpu.h |
@@ -137,17 +137,17 @@ private: |
void onClearStencilClip(GrRenderTarget*, const SkIRect& rect, bool insideClip) override; |
- bool onReadPixels(GrRenderTarget* target, |
+ bool onReadPixels(GrSurface*, |
int left, int top, |
int width, int height, |
GrPixelConfig, |
void* buffer, |
size_t rowBytes) override; |
- bool onWriteTexturePixels(GrTexture* texture, |
- int left, int top, int width, int height, |
- GrPixelConfig config, const void* buffer, |
- size_t rowBytes) override; |
+ bool onWritePixels(GrSurface*, |
+ int left, int top, int width, int height, |
+ GrPixelConfig config, const void* buffer, |
+ size_t rowBytes) override; |
void onResolveRenderTarget(GrRenderTarget* target) override; |