Index: cc/output/begin_frame_args.h |
diff --git a/cc/output/begin_frame_args.h b/cc/output/begin_frame_args.h |
index 10f7f28aa346f1e1ad99cd23e8986d95f3921de5..9dd09d1f9c20734292faa2c63a3d8b8a592c9169 100644 |
--- a/cc/output/begin_frame_args.h |
+++ b/cc/output/begin_frame_args.h |
@@ -40,7 +40,8 @@ struct CC_EXPORT BeginFrameArgs { |
enum BeginFrameArgsType { |
INVALID, |
NORMAL, |
- SYNCHRONOUS, |
+ SYNCHRONOUS_ANIMATE, |
+ SYNCHRONOUS_DRAW, |
MISSED, |
// Not a real type, but used by the IPC system. Should always remain the |
// *last* value in this enum. |