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 7fe704c572be0e822cbe4fa7b2ab2d2bd10a0853..48d3ee9472d33e9dc5fce20b442a2ca07c12a421 100644 |
| --- a/cc/output/begin_frame_args.h |
| +++ b/cc/output/begin_frame_args.h |
| @@ -50,6 +50,9 @@ struct CC_EXPORT BeginFrameArgs { |
| }; |
| static const char* TypeToString(BeginFrameArgsType type); |
| + static constexpr uint32_t kStartingSourceId = 0; |
| + static constexpr uint32_t kManualSourceId = UINT32_MAX; |
|
brianderson
2017/03/02 19:53:36
Can you add a comment explaining what a manual sou
Eric Seckler
2017/03/07 12:26:56
Done.
|
| + |
| static constexpr uint64_t kInvalidFrameNumber = 0; |
| static constexpr uint64_t kStartingFrameNumber = 1; |