| Index: cc/output/begin_frame_args.h
|
| diff --git a/cc/output/begin_frame_args.h b/cc/output/begin_frame_args.h
|
| index 78ddce99ddfcde3c4508f1d706d4b1eb205ff89f..e4e2e1ccdc25f542eaf18109d8ac1686b1f1fcfc 100644
|
| --- a/cc/output/begin_frame_args.h
|
| +++ b/cc/output/begin_frame_args.h
|
| @@ -82,10 +82,11 @@ struct CC_EXPORT BeginFrameArgs {
|
| void AsValueInto(base::trace_event::TracedValue* dict) const;
|
|
|
| base::TimeTicks frame_time;
|
| - base::TimeTicks deadline;
|
| + base::TimeTicks deadline; // TimeTicks::Max() represents an infinite value.
|
| base::TimeDelta interval;
|
| BeginFrameArgsType type;
|
| bool on_critical_path;
|
| + bool allow_latency_optimizations;
|
|
|
| private:
|
| BeginFrameArgs(base::TimeTicks frame_time,
|
|
|