| Index: cc/resources/raster_worker_pool.h
|
| diff --git a/cc/resources/raster_worker_pool.h b/cc/resources/raster_worker_pool.h
|
| index d0e1e7c0de0a14f070ed9f9347a919f42831e283..8f2b0963a19dffa536fb16677216af50801fa5a0 100644
|
| --- a/cc/resources/raster_worker_pool.h
|
| +++ b/cc/resources/raster_worker_pool.h
|
| @@ -197,7 +197,8 @@ class CC_EXPORT RasterWorkerPool : public WorkerPool {
|
| int source_frame_number,
|
| RenderingStatsInstrumentation* rendering_stats,
|
| const RasterTask::Reply& reply,
|
| - Task::Set* dependencies);
|
| + Task::Set* dependencies,
|
| + bool use_16bit_tiles);
|
|
|
| static Task CreateImageDecodeTask(
|
| skia::LazyPixelRef* pixel_ref,
|
|
|