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

Unified Diff: cc/debug/lap_timer.h

Issue 1122153002: Fixit: Fork base::TimeTicks --> TimeTicks + ThreadTicks + TraceTicks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@FIXIT_timeclasses_1of2
Patch Set: REBASE after it passed CQ but did not commit to tree Created 5 years, 7 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 | « base/trace_event/trace_event_unittest.cc ('k') | cc/debug/lap_timer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/lap_timer.h
diff --git a/cc/debug/lap_timer.h b/cc/debug/lap_timer.h
index 7662e2adb5f88dc4ea0e53db473403993ecc7a6b..48f99172040ab68597bd8d60f924bce1fc7b18fa 100644
--- a/cc/debug/lap_timer.h
+++ b/cc/debug/lap_timer.h
@@ -49,7 +49,7 @@ class CC_EXPORT LapTimer {
int NumLaps();
private:
- base::TimeTicks start_time_;
+ base::TimeDelta start_time_;
base::TimeDelta accumulator_;
int num_laps_;
int warmup_laps_;
« no previous file with comments | « base/trace_event/trace_event_unittest.cc ('k') | cc/debug/lap_timer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698