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..10f7f28aa346f1e1ad99cd23e8986d95f3921de5 100644 |
| --- a/cc/output/begin_frame_args.h |
| +++ b/cc/output/begin_frame_args.h |
| @@ -40,6 +40,7 @@ |
| enum BeginFrameArgsType { |
| INVALID, |
| NORMAL, |
| + SYNCHRONOUS, |
| MISSED, |
| // Not a real type, but used by the IPC system. Should always remain the |
| // *last* value in this enum. |