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

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: 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 82f305a298411b272b55b6fa3df42a26c0a3917f..b15e2190e1f322df923301bd77bafe8a88af44c0 100644
--- a/cc/scheduler/scheduler.h
+++ b/cc/scheduler/scheduler.h
@@ -160,7 +160,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);
« no previous file with comments | « cc/layers/layer_impl.cc ('k') | cc/scheduler/scheduler.cc » ('j') | cc/scheduler/scheduler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698