| Index: cc/resources/tile_manager.h
|
| diff --git a/cc/resources/tile_manager.h b/cc/resources/tile_manager.h
|
| index 6c71152b2cda7c577d580d032ea1df9a0f9f3b6f..e3abb1937e0d9b694180f8fda9d92e84a56ae573 100644
|
| --- a/cc/resources/tile_manager.h
|
| +++ b/cc/resources/tile_manager.h
|
| @@ -217,10 +217,6 @@ class CC_EXPORT TileManager : public RasterizerClient,
|
| if (state != global_state_) {
|
| global_state_ = state;
|
| prioritized_tiles_dirty_ = true;
|
| - resource_pool_->SetResourceUsageLimits(
|
| - global_state_.soft_memory_limit_in_bytes,
|
| - global_state_.unused_memory_limit_in_bytes,
|
| - global_state_.num_resources_limit);
|
| }
|
| }
|
|
|
|
|