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

Unified Diff: cc/tiles/image_manager.h

Issue 2365303003: cc: Reorder TileManager shutdown and add debugging information. (Closed)
Patch Set: crash: update 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
« no previous file with comments | « no previous file | cc/tiles/image_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiles/image_manager.h
diff --git a/cc/tiles/image_manager.h b/cc/tiles/image_manager.h
index 046e0948e8bda2775cace12819247934828f59db..13940a81d3fbe64b37909d834acc0de5feba3e93 100644
--- a/cc/tiles/image_manager.h
+++ b/cc/tiles/image_manager.h
@@ -36,6 +36,9 @@ class CC_EXPORT ImageManager {
ImageDecodeController* controller_ = nullptr;
std::vector<DrawImage> predecode_locked_images_;
+ // Debugging information for crbug.com/650234.
+ size_t num_times_controller_was_set_ = 0;
+
DISALLOW_COPY_AND_ASSIGN(ImageManager);
};
« no previous file with comments | « no previous file | cc/tiles/image_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698