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

Unified Diff: cc/debug/lap_timer.h

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 6 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 | « build/vs_toolchain.py ('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 90b27b17d408fdd0b7a6bea541ef88d920f99eab..934723d3bf2fc173e4858d42a38d559286c954c0 100644
--- a/cc/debug/lap_timer.h
+++ b/cc/debug/lap_timer.h
@@ -46,7 +46,7 @@ class 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 | « build/vs_toolchain.py ('k') | cc/debug/lap_timer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698