Chromium Code Reviews| Index: remoting/proto/control.proto |
| diff --git a/remoting/proto/control.proto b/remoting/proto/control.proto |
| index 2304e34d0e1ea9caeece197f6355f35b5bd57464..9178fcc54effb7dd6561b9b0c8c561acb64fdec5 100644 |
| --- a/remoting/proto/control.proto |
| +++ b/remoting/proto/control.proto |
| @@ -10,3 +10,8 @@ option optimize_for = LITE_RUNTIME; |
| package remoting.protocol; |
| +message ClientDimensions { |
| + // Width and height of the client. |
| + optional int32 width = 1; |
| + optional int32 height = 2; |
| +} |