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

Unified Diff: cc/tiles/image_controller.cc

Issue 2561963002: base: Remove the string logging from CHECK(). (Closed)
Patch Set: checkstring: rebase Created 4 years 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: cc/tiles/image_controller.cc
diff --git a/cc/tiles/image_controller.cc b/cc/tiles/image_controller.cc
index b0eaa101ebf5f45f2f79d1049bf4735b92021e78..7c26a1b64b5ad2fcae8c0492b9beafeedf428d3c 100644
--- a/cc/tiles/image_controller.cc
+++ b/cc/tiles/image_controller.cc
@@ -45,7 +45,7 @@ void ImageController::GetTasksForImagesAndRef(
void ImageController::UnrefImages(const std::vector<DrawImage>& images) {
// Debugging information for crbug.com/650234.
- CHECK(cache_) << num_times_cache_was_set_;
+ CHECK(cache_);
for (auto image : images)
cache_->UnrefImage(image);
}

Powered by Google App Engine
This is Rietveld 408576698