Chromium Code Reviews| Index: tools/gpu/GrTest.cpp |
| diff --git a/tools/gpu/GrTest.cpp b/tools/gpu/GrTest.cpp |
| index 56db2be3e6ad76aa4908299ffe33a5d54c0f8a82..5771a785325fabddac0060b4b685da4212cd0af7 100644 |
| --- a/tools/gpu/GrTest.cpp |
| +++ b/tools/gpu/GrTest.cpp |
| @@ -372,7 +372,7 @@ |
| return false; |
| } |
| - bool onTransferPixels(GrTexture* texture, |
| + bool onTransferPixels(GrSurface* surface, |
| int left, int top, int width, int height, |
| GrPixelConfig config, GrBuffer* transferBuffer, |
| size_t offset, size_t rowBytes) override { |