| Index: cc/tiles/tile_manager.h
|
| diff --git a/cc/tiles/tile_manager.h b/cc/tiles/tile_manager.h
|
| index 853a43850edc55d86172709322904a111396bba1..ac82118752d4d04318360b585e4bf770bc31f40c 100644
|
| --- a/cc/tiles/tile_manager.h
|
| +++ b/cc/tiles/tile_manager.h
|
| @@ -201,6 +201,8 @@ class CC_EXPORT TileManager {
|
| all_tiles_that_need_to_be_rasterized_are_scheduled_ = false;
|
| }
|
|
|
| + void ResetSignalsForTesting() { signals_.reset(); }
|
| +
|
| bool HasScheduledTileTasksForTesting() const {
|
| return has_scheduled_tile_tasks_;
|
| }
|
| @@ -283,7 +285,7 @@ class CC_EXPORT TileManager {
|
| bool AreRequiredTilesReadyToDraw(RasterTilePriorityQueue::Type type) const;
|
| void CheckIfMoreTilesNeedToBePrepared();
|
| void CheckAndIssueSignals();
|
| - bool MarkTilesOutOfMemory(
|
| + void MarkTilesOutOfMemory(
|
| std::unique_ptr<RasterTilePriorityQueue> queue) const;
|
|
|
| ResourceFormat DetermineResourceFormat(const Tile* tile) const;
|
|
|