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

Unified Diff: cc/tiles/software_image_decode_controller.cc

Issue 2367953002: Implement OnMemoryStateChange for Various CC Classes (Closed)
Patch Set: Created 4 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
« cc/resources/resource_pool.cc ('K') | « cc/tiles/gpu_image_decode_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiles/software_image_decode_controller.cc
diff --git a/cc/tiles/software_image_decode_controller.cc b/cc/tiles/software_image_decode_controller.cc
index bca4e99010465dde00a3a517f0164d4ecdca1f33..d5044d1f52197c78d146271e30c295df24e4cc72 100644
--- a/cc/tiles/software_image_decode_controller.cc
+++ b/cc/tiles/software_image_decode_controller.cc
@@ -1094,7 +1094,7 @@ void SoftwareImageDecodeController::OnMemoryStateChange(
// save memory usage.
break;
case base::MemoryState::SUSPENDED:
- // TODO(tasak): free this component's caches as much as possible before
+ // todo(tasak): free this component's caches as much as possible before
vmpstr 2016/09/23 20:59:10 <_<
ericrk 2016/09/23 21:26:15 Acknowledged.
// suspending renderer.
break;
case base::MemoryState::UNKNOWN:
« cc/resources/resource_pool.cc ('K') | « cc/tiles/gpu_image_decode_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698