Index: content/common/media/video_capture_messages.h |
diff --git a/content/common/media/video_capture_messages.h b/content/common/media/video_capture_messages.h |
index abfc46c17dcbeb8ccd48681d4a5f223cd2049a42..4bf24c1ccdf13a4bf0eff4594297d2039796806b 100644 |
--- a/content/common/media/video_capture_messages.h |
+++ b/content/common/media/video_capture_messages.h |
@@ -17,9 +17,12 @@ |
IPC_ENUM_TRAITS_MAX_VALUE(content::VideoCaptureState, |
content::VIDEO_CAPTURE_STATE_LAST) |
+IPC_ENUM_TRAITS_MAX_VALUE(media::ResolutionChangePolicy, |
+ media::RESOLUTION_POLICY_LAST) |
+ |
IPC_STRUCT_TRAITS_BEGIN(media::VideoCaptureParams) |
IPC_STRUCT_TRAITS_MEMBER(requested_format) |
- IPC_STRUCT_TRAITS_MEMBER(allow_resolution_change) |
+ IPC_STRUCT_TRAITS_MEMBER(resolution_change_policy) |
IPC_STRUCT_TRAITS_END() |
// TODO(nick): device_id in these messages is basically just a route_id. We |