summaryrefslogtreecommitdiffstats
path: root/remoting/proto
diff options
context:
space:
mode:
authorsimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-03 16:54:48 +0000
committersimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-03 16:54:48 +0000
commitd8a6ca901e27fe58e1385492b0fc0cc8bbccaa10 (patch)
tree97322432de7e2381eb065cc3af19d53abba6e2f3 /remoting/proto
parent804443aef39615edd5b731aa5bfb3c611aeae697 (diff)
downloadchromium_src-d8a6ca901e27fe58e1385492b0fc0cc8bbccaa10.zip
chromium_src-d8a6ca901e27fe58e1385492b0fc0cc8bbccaa10.tar.gz
chromium_src-d8a6ca901e27fe58e1385492b0fc0cc8bbccaa10.tar.bz2
Revert 76747 - Let the host change resolution.
The screen size flows through the video pipeline, instead of being set statically when that pipeline is constructed. Only the Windows host actually detects when the screen size has changed. BUG=72469 TEST=none Review URL: http://codereview.chromium.org/6573005 TBR=simonmorris@chromium.org Review URL: http://codereview.chromium.org/6610018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76748 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/proto')
-rw-r--r--remoting/proto/video.proto4
1 files changed, 0 insertions, 4 deletions
diff --git a/remoting/proto/video.proto b/remoting/proto/video.proto
index 245db10..2dadcb8 100644
--- a/remoting/proto/video.proto
+++ b/remoting/proto/video.proto
@@ -30,10 +30,6 @@ message VideoPacketFormat {
// The encoding used for this image update.
optional Encoding encoding = 5 [default = ENCODING_INVALID];
-
- // Width and height of the whole screen.
- optional int32 screen_width = 6;
- optional int32 screen_height = 7;
}
// TODO(hclam): Remove this message once we can obtain dirty rects from libvpx.