| Index: cc/tile_manager.h
|
| diff --git a/cc/tile_manager.h b/cc/tile_manager.h
|
| index a8490b6facdb4482d032862fe3b0712c43135109..39189dbb005c3f39c0f5c7d8e0b91c27387ec436 100644
|
| --- a/cc/tile_manager.h
|
| +++ b/cc/tile_manager.h
|
| @@ -165,6 +165,7 @@ class CC_EXPORT TileManager {
|
| static void RunRasterTask(uint8* buffer,
|
| const gfx::Rect& rect,
|
| float contents_scale,
|
| + bool use_cheapness_estimator,
|
| PicturePileImpl* picture_pile,
|
| RenderingStats* stats);
|
| static void RunImageDecodeTask(skia::LazyPixelRef* pixel_ref,
|
|
|