| 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 3473c20ead34de7946530f3e79be7abdc621104e..a4b976bc4f1db9d7d8d2eb7b5399606272ad314f 100644
|
| --- a/android_webview/browser/global_tile_manager.h
|
| +++ b/android_webview/browser/global_tile_manager.h
|
| @@ -31,7 +31,7 @@ class GlobalTileManager {
|
|
|
| void SetTileLimit(size_t num_tiles_limit);
|
|
|
| - // Requests the |num_of_tiles| from the available global pool. Calls
|
| + // Requests the |new_num_of_tiles| from the available global pool. Calls
|
| // GlobalTileManagerClient.SetNumTiles after the manager determines how many
|
| // 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
|
|
|