Index: src/gpu/GrGpu.h |
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
index 27a97e3ea9151e169c7aa6278a21894746f18d2d..0567dd268c53e705c28aff14e2c60b705b5090b7 100644 |
--- a/src/gpu/GrGpu.h |
+++ b/src/gpu/GrGpu.h |
@@ -220,7 +220,7 @@ public: |
* that would allow a successful transfer of the src pixels to the dst. The passed width, |
* height, and rowBytes, must be non-zero and already reflect clipping to the dst bounds. |
*/ |
- bool getWritePixelsInfo(GrSurface* dstSurface, int width, int height, size_t rowBytes, |
+ bool getWritePixelsInfo(GrSurface* dstSurface, int width, int height, |
GrPixelConfig srcConfig, DrawPreference*, WritePixelTempDrawInfo*); |
/** |
@@ -532,7 +532,7 @@ private: |
virtual bool onGetReadPixelsInfo(GrSurface* srcSurface, int readWidth, int readHeight, |
size_t rowBytes, GrPixelConfig readConfig, DrawPreference*, |
ReadPixelTempDrawInfo*) = 0; |
- virtual bool onGetWritePixelsInfo(GrSurface* dstSurface, int width, int height, size_t rowBytes, |
+ virtual bool onGetWritePixelsInfo(GrSurface* dstSurface, int width, int height, |
GrPixelConfig srcConfig, DrawPreference*, |
WritePixelTempDrawInfo*) = 0; |