Chromium Code Reviews| Index: cc/output/begin_frame_args.h |
| diff --git a/cc/output/begin_frame_args.h b/cc/output/begin_frame_args.h |
| index c22f7fdde97b701c3118769955025eab5e7a402d..1a7ae5f97a0a0cde97673bebabcc290688e6f4bf 100644 |
| --- a/cc/output/begin_frame_args.h |
| +++ b/cc/output/begin_frame_args.h |
| @@ -83,6 +83,7 @@ struct CC_EXPORT BeginFrameArgs { |
| base::TimeTicks deadline; |
| base::TimeDelta interval; |
| BeginFrameArgsType type; |
| + bool on_critical_path; |
| private: |
| BeginFrameArgs(base::TimeTicks frame_time, |