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

Unified Diff: cc/debug/rendering_stats.h

Issue 689503002: cc: Use commit to activation time in repaint HUD (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unused var Created 6 years, 2 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
Index: cc/debug/rendering_stats.h
diff --git a/cc/debug/rendering_stats.h b/cc/debug/rendering_stats.h
index 52560e257e919b8f728acac2d43fac83516c9758..a77187ed26b5f221d2f9d7746012b780f28d14d8 100644
--- a/cc/debug/rendering_stats.h
+++ b/cc/debug/rendering_stats.h
@@ -28,6 +28,8 @@ struct CC_EXPORT RenderingStats {
void Add(const TimeDeltaList& other);
+ base::TimeDelta GetLastTimeDelta() const;
+
private:
std::list<base::TimeDelta> values;
};

Powered by Google App Engine
This is Rietveld 408576698