Chromium Code Reviews| Index: cc/tile_manager.h |
| diff --git a/cc/tile_manager.h b/cc/tile_manager.h |
| index 631469d5c6d9a4e1b4305a03f052a3961c4005f9..18676f551627acc7f0b1fb02cc4eebee83cacf21 100644 |
| --- a/cc/tile_manager.h |
| +++ b/cc/tile_manager.h |
| @@ -168,6 +168,7 @@ class CC_EXPORT TileManager { |
| const gfx::Rect& rect, |
| float contents_scale, |
| bool use_cheapness_estimator, |
| + bool is_pending_now_bin, |
| PicturePileImpl* picture_pile, |
| RenderingStats* stats); |
| static void RunImageDecodeTask(skia::LazyPixelRef* pixel_ref, |