Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(592)

Unified Diff: android_webview/browser/global_tile_manager.h

Issue 545663002: Cleanups in GlobalTileManager and BrowserViewRenderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: just cleanups Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « android_webview/browser/browser_view_renderer.cc ('k') | android_webview/browser/global_tile_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698