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..c22f7fdde97b701c3118769955025eab5e7a402d 100644 |
--- a/cc/output/begin_frame_args.h |
+++ b/cc/output/begin_frame_args.h |
@@ -40,7 +40,6 @@ struct CC_EXPORT BeginFrameArgs { |
enum BeginFrameArgsType { |
INVALID, |
NORMAL, |
- SYNCHRONOUS, |
brianderson
2015/03/25 23:10:37
If we kept this around, could it help get rid of t
sunnyps
2015/03/27 00:52:48
I would prefer not keeping this around - it seems
|
MISSED, |
// Not a real type, but used by the IPC system. Should always remain the |
// *last* value in this enum. |