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

Unified Diff: cc/debug/rendering_stats_instrumentation.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 | « cc/debug/lap_timer.cc ('k') | cc/debug/rendering_stats_instrumentation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/rendering_stats_instrumentation.h
diff --git a/cc/debug/rendering_stats_instrumentation.h b/cc/debug/rendering_stats_instrumentation.h
index 5bdd427a007d7c67ef6447b9ca9c368f116697e4..6861202e384932e030c552daf1fd33d90d646e6f 100644
--- a/cc/debug/rendering_stats_instrumentation.h
+++ b/cc/debug/rendering_stats_instrumentation.h
@@ -37,8 +37,8 @@ class RenderingStatsInstrumentation {
record_rendering_stats_ = record_rendering_stats;
}
- base::TimeTicks StartRecording() const;
- base::TimeDelta EndRecording(base::TimeTicks start_time) const;
+ base::TimeDelta StartRecording() const;
+ base::TimeDelta EndRecording(base::TimeDelta start_time) const;
void IncrementFrameCount(int64 count);
void AddVisibleContentArea(int64 area);
« no previous file with comments | « cc/debug/lap_timer.cc ('k') | cc/debug/rendering_stats_instrumentation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698