Index: cc/output/begin_frame_args.h |
diff --git a/cc/output/begin_frame_args.h b/cc/output/begin_frame_args.h |
index 4bc352bfba8aa9682dbf03be960c888f629984c4..6312e215bc19d3c4caf4ff8af8905e81ae64008b 100644 |
--- a/cc/output/begin_frame_args.h |
+++ b/cc/output/begin_frame_args.h |
@@ -20,7 +20,8 @@ struct CC_EXPORT BeginFrameArgs { |
static BeginFrameArgs Create(base::TimeTicks frame_time, |
base::TimeTicks deadline, |
base::TimeDelta interval); |
- static BeginFrameArgs CreateForSynchronousCompositor(); |
+ static BeginFrameArgs CreateForSynchronousCompositor( |
+ base::TimeTicks now = base::TimeTicks()); |
// This is the default delta that will be used to adjust the deadline when |
// proper draw-time estimations are not yet available. |