Index: src/gpu/gl/GrGLGpu.cpp |
diff --git a/src/gpu/gl/GrGLGpu.cpp b/src/gpu/gl/GrGLGpu.cpp |
index cd28ecaab5b93d248da0911effa9f4e4b6a6b9c2..21d16f7c35e67910c991a8d3365cdd8545b4c7a7 100644 |
--- a/src/gpu/gl/GrGLGpu.cpp |
+++ b/src/gpu/gl/GrGLGpu.cpp |
@@ -649,7 +649,7 @@ GrRenderTarget* GrGLGpu::onWrapBackendRenderTarget(const GrBackendRenderTargetDe |
//////////////////////////////////////////////////////////////////////////////// |
bool GrGLGpu::onGetWritePixelsInfo(GrSurface* dstSurface, int width, int height, |
- size_t rowBytes, GrPixelConfig srcConfig, |
+ GrPixelConfig srcConfig, |
DrawPreference* drawPreference, |
WritePixelTempDrawInfo* tempDrawInfo) { |
if (kIndex_8_GrPixelConfig == srcConfig || GrPixelConfigIsCompressed(dstSurface->config())) { |