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

Unified Diff: cc/scheduler/scheduler.h

Issue 914403003: cc: Add main frame timing info to frame timing tracker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 5 years, 10 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/scheduler/scheduler.h
diff --git a/cc/scheduler/scheduler.h b/cc/scheduler/scheduler.h
index 370ac25b6c4bf44a5f50db03c7147bae17192a92..a691599ed4e27482e4d214f43c2d3711257f16e4 100644
--- a/cc/scheduler/scheduler.h
+++ b/cc/scheduler/scheduler.h
@@ -161,7 +161,8 @@ class CC_EXPORT Scheduler : public BeginFrameObserverMixIn,
void NotifyBeginMainFrameStarted();
- base::TimeTicks LastBeginImplFrameTime();
+ base::TimeTicks LastBeginImplFrameTime() const;
+ base::TimeTicks NextBeginImplFrameTimeIfRequested() const;
void SetDeferCommits(bool defer_commits);

Powered by Google App Engine
This is Rietveld 408576698