| Index: src/gpu/gl/GrGLGpu.h
|
| diff --git a/src/gpu/gl/GrGLGpu.h b/src/gpu/gl/GrGLGpu.h
|
| index 57d076094cb666daceb19b014627c0771a56f2a6..00ceb85241dbce711ea88bba3786392d4275ff51 100644
|
| --- a/src/gpu/gl/GrGLGpu.h
|
| +++ b/src/gpu/gl/GrGLGpu.h
|
| @@ -184,7 +184,7 @@
|
| GrPixelConfig config,
|
| const SkTArray<GrMipLevel>& texels) override;
|
|
|
| - bool onTransferPixels(GrTexture*,
|
| + bool onTransferPixels(GrSurface*,
|
| int left, int top, int width, int height,
|
| GrPixelConfig config, GrBuffer* transferBuffer,
|
| size_t offset, size_t rowBytes) override;
|
|
|