Chromium Code Reviews| Index: remoting/proto/video.proto |
| diff --git a/remoting/proto/video.proto b/remoting/proto/video.proto |
| index 14415af4585e55ceb3f54a346d99c525de748a5d..a806b7139a9d6ef2a4730cb977dff102c5245465 100644 |
| --- a/remoting/proto/video.proto |
| +++ b/remoting/proto/video.proto |
| @@ -94,4 +94,7 @@ message VideoPacket { |
| // The most recent sequence number received from the client on the event |
| // channel. |
| optional int64 client_sequence_number = 9; |
| + |
| + // The DPI for this video packet. |
| + optional int32 dpi = 10; |
|
Sergey Ulanov
2012/07/12 01:39:36
would it be better to make this part of VideoPacke
Wez
2012/07/12 18:15:49
Agreed; this is part of the format.
Wez
2012/07/12 18:15:49
We should provide separate X & Y DPI values, so th
Jamie
2012/07/13 19:59:44
Done.
Jamie
2012/07/13 19:59:44
Done.
|
| } |