| Index: cc/resources/raster_worker_pool.h
|
| diff --git a/cc/resources/raster_worker_pool.h b/cc/resources/raster_worker_pool.h
|
| index e57fe06ee54f88cc91732ef06e2b23424c23d954..1863ce45345840cb969e5680938ff2821fe2443e 100644
|
| --- a/cc/resources/raster_worker_pool.h
|
| +++ b/cc/resources/raster_worker_pool.h
|
| @@ -64,12 +64,12 @@ class CC_EXPORT RasterWorkerPool {
|
| // Utility functions that transparently create a temporary bitmap and copy
|
| // pixels to buffer when necessary.
|
| static void AcquireBitmapForBuffer(SkBitmap* bitmap,
|
| - uint8_t* buffer,
|
| + void* buffer,
|
| ResourceFormat format,
|
| const gfx::Size& size,
|
| int stride);
|
| static void ReleaseBitmapForBuffer(SkBitmap* bitmap,
|
| - uint8_t* buffer,
|
| + void* buffer,
|
| ResourceFormat format);
|
|
|
| // Type-checking downcast routine.
|
|
|