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

Unified Diff: cc/output/begin_frame_args.h

Issue 16871016: cc: Use BeginFrameArgs (Closed) Base URL: http://git.chromium.org/chromium/src.git@bfargs2
Patch Set: Created 7 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 | « no previous file | cc/output/begin_frame_args.cc » ('j') | cc/scheduler/scheduler.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/begin_frame_args.h
diff --git a/cc/output/begin_frame_args.h b/cc/output/begin_frame_args.h
index 8ae2a88dafe16551341b73ccd380384450ee0099..a66156b6f91648a6904556dd43e7b5de50e37213 100644
--- a/cc/output/begin_frame_args.h
+++ b/cc/output/begin_frame_args.h
@@ -23,6 +23,7 @@ class CC_EXPORT BeginFrameArgs {
base::TimeDelta interval);
static BeginFrameArgs CreateBeginFrameForSynchronousCompositor();
static BeginFrameArgs CreateBeginFrameForTesting();
+ BeginFrameArgs CreateBeginFrameWithAdjustedDeadline(base::TimeDelta delta);
Sami 2013/06/14 15:59:20 Nit: I think calling this Create[...] is a little
brianderson 2013/06/14 18:42:36 True. I will change this to a setter for the deadl
// This is the default delta that will be used to adjust the deadline when
// proper draw-time estimations are not yet available.
« no previous file with comments | « no previous file | cc/output/begin_frame_args.cc » ('j') | cc/scheduler/scheduler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698