| Index: android_webview/browser/global_tile_manager.h
|
| diff --git a/android_webview/browser/global_tile_manager.h b/android_webview/browser/global_tile_manager.h
|
| index 5cf2fc40869de97aaafacc892b97b8600b37b5f3..ca422308c196f8b8e821889fe7141d259fd3e102 100644
|
| --- a/android_webview/browser/global_tile_manager.h
|
| +++ b/android_webview/browser/global_tile_manager.h
|
| @@ -31,10 +31,9 @@ class GlobalTileManager {
|
|
|
| // Requests the |num_of_tiles| from the available global pool. Calls
|
| // GlobalTileManagerClient.SetNumTiles after the manager determines how many
|
| - // tiles are available for the client. The tile policy on the clients are not
|
| - // immediately enforced, unless |effective_immediately| is true. If the
|
| - // number of tiles left are not enough to satisfy the request, the manager
|
| - // will evict tiles allocated to other clients.
|
| + // tiles are available for the client. If the number of tiles left is not
|
| + // enough to satisfy the request, the manager will evict tiles allocated to
|
| + // other clients.
|
| void RequestTiles(size_t new_num_of_tiles, Key key);
|
|
|
| Key PushBack(GlobalTileManagerClient* client);
|
|
|