Index: src/gpu/GrGpu.h |
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
index e6f37cc1cfc881e9350444b23071bc202acd8fe0..61947a1e9c53a1e84dc62f93138374ea63f85c67 100644 |
--- a/src/gpu/GrGpu.h |
+++ b/src/gpu/GrGpu.h |
@@ -470,10 +470,12 @@ private: |
// overridden by backend-specific derived class to perform the surface read |
virtual bool onReadPixels(GrSurface*, |
- int left, int top, int width, int height, |
+ int left, int top, |
+ int width, int height, |
GrPixelConfig, |
void* buffer, |
- size_t rowBytes) = 0; |
+ size_t rowBytes, |
+ size_t tightRowBytes) = 0; |
// overridden by backend-specific derived class to perform the surface write |
virtual bool onWritePixels(GrSurface*, |