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

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, 9 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 8ed584a5d49a7c6492eeef1e37043c538e1d7ecd..49e7091e40297e50048623ad2b930a0704c5c891 100644
--- a/cc/scheduler/scheduler.h
+++ b/cc/scheduler/scheduler.h
@@ -153,7 +153,8 @@ class CC_EXPORT Scheduler : public BeginFrameObserverMixIn {
void NotifyBeginMainFrameStarted();
- base::TimeTicks LastBeginImplFrameTime();
+ base::TimeTicks LastBeginImplFrameTime() const;
+ base::TimeTicks NextBeginImplFrameTimeIfRequested() const;
mithro-old 2015/03/11 04:01:33 Why do you need the NextBeginImplFrameTime? At the
vmpstr 2015/03/16 18:36:43 The value that I need to get is the rAF time if rA
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