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

Unified Diff: cc/resources/pixel_buffer_raster_worker_pool.cc

Issue 569413002: cc: Add more traces to the activation path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | cc/resources/tile_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/pixel_buffer_raster_worker_pool.cc
diff --git a/cc/resources/pixel_buffer_raster_worker_pool.cc b/cc/resources/pixel_buffer_raster_worker_pool.cc
index 9943b70ae677f2807a429b1b9294687a01facc73..759ac00a2355a0f294ca6750020a810fda40dd81 100644
--- a/cc/resources/pixel_buffer_raster_worker_pool.cc
+++ b/cc/resources/pixel_buffer_raster_worker_pool.cc
@@ -290,9 +290,11 @@ void PixelBufferRasterWorkerPool::OnRasterFinished() {
}
void PixelBufferRasterWorkerPool::OnRasterRequiredForActivationFinished() {
- TRACE_EVENT0(
+ TRACE_EVENT1(
"cc",
- "PixelBufferRasterWorkerPool::OnRasterRequiredForActivationFinished");
+ "PixelBufferRasterWorkerPool::OnRasterRequiredForActivationFinished",
+ "should_notify_client_if_no_tasks_required_for_activation_are_pending",
+ should_notify_client_if_no_tasks_required_for_activation_are_pending_);
// Analogous to OnRasterTasksFinished(), there's no need to call
// CheckForCompletedRasterTasks() if the client has already been notified.
« no previous file with comments | « no previous file | cc/resources/tile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698