diff options
author | simonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-03 16:54:48 +0000 |
---|---|---|
committer | simonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-03 16:54:48 +0000 |
commit | d8a6ca901e27fe58e1385492b0fc0cc8bbccaa10 (patch) | |
tree | 97322432de7e2381eb065cc3af19d53abba6e2f3 /remoting/host/capturer_mac.h | |
parent | 804443aef39615edd5b731aa5bfb3c611aeae697 (diff) | |
download | chromium_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/host/capturer_mac.h')
-rw-r--r-- | remoting/host/capturer_mac.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/remoting/host/capturer_mac.h b/remoting/host/capturer_mac.h index 7ea8d99..eaedb47 100644 --- a/remoting/host/capturer_mac.h +++ b/remoting/host/capturer_mac.h @@ -44,13 +44,6 @@ class CapturerMac : public Capturer { CGLContextObj cgl_context_; scoped_array<uint8> buffers_[kNumBuffers]; scoped_array<uint8> flip_buffer_; - - // Screen size. - int width_; - int height_; - - int bytes_per_row_; - DISALLOW_COPY_AND_ASSIGN(CapturerMac); }; |