| Index: remoting/host/chromoting_messages.h
|
| diff --git a/remoting/host/chromoting_messages.h b/remoting/host/chromoting_messages.h
|
| index a2ac6057efa6bf29b7753f331b164a98a4e14ab6..51a9d7056e4a1284dd77de2cb9d8c83891007f28 100644
|
| --- a/remoting/host/chromoting_messages.h
|
| +++ b/remoting/host/chromoting_messages.h
|
| @@ -167,6 +167,9 @@ IPC_STRUCT_BEGIN(SerializedDesktopFrame)
|
|
|
| // DPI for this frame.
|
| IPC_STRUCT_MEMBER(webrtc::DesktopVector, dpi)
|
| +
|
| + // Capturer Id
|
| + IPC_STRUCT_MEMBER(uint32_t, capturer_id)
|
| IPC_STRUCT_END()
|
|
|
| IPC_ENUM_TRAITS_MAX_VALUE(webrtc::DesktopCapturer::Result,
|
|
|