| Index: remoting/proto/video.proto
|
| diff --git a/remoting/proto/video.proto b/remoting/proto/video.proto
|
| index 14415af4585e55ceb3f54a346d99c525de748a5d..01c57d44a0c6b3c84e2668d22b7c0974dc6f5119 100644
|
| --- a/remoting/proto/video.proto
|
| +++ b/remoting/proto/video.proto
|
| @@ -33,6 +33,11 @@ message VideoPacketFormat {
|
| // Width and height of the whole screen.
|
| optional int32 screen_width = 6;
|
| optional int32 screen_height = 7;
|
| +
|
| + // Horizontal and vertical DPI of the screen. If either of these is zero or
|
| + // unset, the corresponding DPI should be assumed to be 96 (Windows' default)
|
| + optional int32 x_dpi = 8;
|
| + optional int32 y_dpi = 9;
|
| }
|
|
|
| // TODO(hclam): Remove this message once we can obtain dirty rects from libvpx.
|
|
|