| Index: include/gpu/GrRenderTarget.h
|
| diff --git a/include/gpu/GrRenderTarget.h b/include/gpu/GrRenderTarget.h
|
| index 4c5ec182118212db1eba1dff0ab75b9002f3b590..654e8f92ee48d3f2b053bf478dabdb07103fb422 100644
|
| --- a/include/gpu/GrRenderTarget.h
|
| +++ b/include/gpu/GrRenderTarget.h
|
| @@ -49,7 +49,7 @@ public:
|
| size_t rowBytes = 0,
|
| uint32_t pixelOpsFlags = 0) SK_OVERRIDE;
|
|
|
| - virtual void writePixels(int left, int top, int width, int height,
|
| + virtual bool writePixels(int left, int top, int width, int height,
|
| GrPixelConfig config,
|
| const void* buffer,
|
| size_t rowBytes = 0,
|
|
|