Index: cc/output/begin_frame_args.h |
diff --git a/cc/output/begin_frame_args.h b/cc/output/begin_frame_args.h |
index ba29523983bfddd259404667e979035e26ea247a..efff6950c25920ead37f525a899062136f30b979 100644 |
--- a/cc/output/begin_frame_args.h |
+++ b/cc/output/begin_frame_args.h |
@@ -42,6 +42,9 @@ struct CC_EXPORT BeginFrameArgs { |
NORMAL, |
SYNCHRONOUS, |
MISSED, |
+ // Not a real type, but used by the IPC system. Should always remain the |
+ // *last* value in this enum. |
+ BEGIN_FRAME_ARGS_TYPE_MAX, |
}; |
static const char* TypeToString(BeginFrameArgsType type); |