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

Unified Diff: cc/picture_layer_tiling.cc

Issue 12253021: [cc] A few tracing fixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/tile_priority.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture_layer_tiling.cc
diff --git a/cc/picture_layer_tiling.cc b/cc/picture_layer_tiling.cc
index 9189d46eb9ba59d53a494394acffe93e768f0b7a..fbeb89aefee83ea008c67ab50b47504a9becda49 100644
--- a/cc/picture_layer_tiling.cc
+++ b/cc/picture_layer_tiling.cc
@@ -361,7 +361,6 @@ void PictureLayerTiling::UpdateTilePriorities(
int current_source_frame_number,
double current_frame_time,
bool store_screen_space_quads_on_tiles) {
- TRACE_EVENT0("cc", "PictureLayerTiling::UpdateTilePriorities");
if (ContentRect().IsEmpty())
return;
« no previous file with comments | « no previous file | cc/tile_priority.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698