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

Unified Diff: base/profiler/scoped_profile.cc

Issue 1021053003: Delivering the FIRST_NONEMPTY_PAINT phase changing event to base/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@phase_splitting
Patch Set: Created 5 years, 9 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 | base/threading/worker_pool_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/profiler/scoped_profile.cc
diff --git a/base/profiler/scoped_profile.cc b/base/profiler/scoped_profile.cc
index 4f8bc2d1e0e3e35b5e9d260a145e240807460f95..47d5aacfa885ca2d7bc1bb798c006c4b232a261f 100644
--- a/base/profiler/scoped_profile.cc
+++ b/base/profiler/scoped_profile.cc
@@ -29,7 +29,7 @@ ScopedProfile::~ScopedProfile() {
return;
stopwatch_.Stop();
- ThreadData::TallyRunInAScopedRegionIfTracking(birth_, stopwatch_);
+ ThreadData::TallyRunInAScopedRegionIfTracking(stopwatch_, birth_);
}
} // namespace tracked_objects
« no previous file with comments | « no previous file | base/threading/worker_pool_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698