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

Unified Diff: android_webview/browser/global_tile_manager.h

Issue 264213003: Update a comment. It was not accurate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: meh Created 6 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698