| Index: cc/output/begin_frame_args.cc
|
| diff --git a/cc/output/begin_frame_args.cc b/cc/output/begin_frame_args.cc
|
| index 7a77be2bd52411b2848d2b5343bf0c86b3a0b673..3663125715eaad0304f462087063f57e082508ec 100644
|
| --- a/cc/output/begin_frame_args.cc
|
| +++ b/cc/output/begin_frame_args.cc
|
| @@ -15,6 +15,8 @@
|
| return "INVALID";
|
| case BeginFrameArgs::NORMAL:
|
| return "NORMAL";
|
| + case BeginFrameArgs::SYNCHRONOUS:
|
| + return "SYNCHRONOUS";
|
| case BeginFrameArgs::MISSED:
|
| return "MISSED";
|
| case BeginFrameArgs::BEGIN_FRAME_ARGS_TYPE_MAX:
|
|
|