| Index: cc/resources/tile_manager.h
|
| diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h
|
| index 94f10336a110b09cdd9ba8e1435144bc36d10e2f..b82a95e96bf682ff97b200b917f083130f50837f 100644
|
| --- a/cc/resources/tile_manager.h
|
| +++ b/cc/resources/tile_manager.h
|
| @@ -227,7 +227,7 @@ class CC_EXPORT TileManager : public RasterizerClient,
|
| const MemoryUsage& limit,
|
| const TilePriority& oother_priority,
|
| MemoryUsage* usage);
|
| - bool TilePriorityViolatesMemoryPolicy(const TilePriority& priority);
|
| + bool TileViolatesMemoryPolicy(const Tile* tile);
|
| bool IsReadyToActivate() const;
|
| void CheckIfReadyToActivate();
|
|
|
|
|