| Index: cc/tile_manager.h
|
| diff --git a/cc/tile_manager.h b/cc/tile_manager.h
|
| index d80e2f1a0b1860441c47e99a947c139821a788a8..7551d7899b0a35eee19057661b05bf4acefee0a0 100644
|
| --- a/cc/tile_manager.h
|
| +++ b/cc/tile_manager.h
|
| @@ -104,7 +104,9 @@ class CC_EXPORT TileManager {
|
| RenderingStats*);
|
| void DidFinishTileInitialization(Tile*);
|
| void DispatchImageDecodingTasksForTile(Tile*);
|
| - void OnImageDecodingTaskCompleted(scoped_refptr<Tile>, uint32_t);
|
| + void OnImageDecodingTaskCompleted(scoped_refptr<Tile>,
|
| + uint32_t,
|
| + RenderingStats*);
|
| void DispatchOneImageDecodingTask(
|
| RasterThread*, scoped_refptr<Tile>, skia::LazyPixelRef*);
|
| RasterThread* GetFreeRasterThread();
|
|
|