summaryrefslogtreecommitdiffstats
path: root/remoting/host/desktop_resizer.h
diff options
context:
space:
mode:
authorjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-15 09:25:44 +0000
committerjamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-15 09:25:44 +0000
commit6357e6e33f78c7e06375d9e78b0b7f4ae414b129 (patch)
tree0acfa67921d6e77563d5c965e4fc34e858b48b50 /remoting/host/desktop_resizer.h
parent0344352e57d0e0b583c4b373ddbeff801b770425 (diff)
downloadchromium_src-6357e6e33f78c7e06375d9e78b0b7f4ae414b129.zip
chromium_src-6357e6e33f78c7e06375d9e78b0b7f4ae414b129.tar.gz
chromium_src-6357e6e33f78c7e06375d9e78b0b7f4ae414b129.tar.bz2
Don't disable resize-to-client if the host desktop is explicitly resized.
Now that we have client-side control over the resize-to-client feature, there's no need to disable it automatically if the host desktop is resized, and doing so doesn't work well with curtain mode (since the initial size is usually read pre-curtain and may change immediately). Review URL: https://chromiumcodereview.appspot.com/12252044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/host/desktop_resizer.h')
-rw-r--r--remoting/host/desktop_resizer.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/remoting/host/desktop_resizer.h b/remoting/host/desktop_resizer.h
index 6ab6f04..2243917 100644
--- a/remoting/host/desktop_resizer.h
+++ b/remoting/host/desktop_resizer.h
@@ -19,9 +19,7 @@ class DesktopResizer {
// Create a platform-specific DesktopResizer instance.
static scoped_ptr<DesktopResizer> Create();
- // Return the current size of the desktop. If resize is not supported, the
- // implementation should return 0x0, in which case none of the other API
- // methods will be called.
+ // Return the current size of the desktop.
virtual SkISize GetCurrentSize() = 0;
// Get the list of supported sizes, which should ideally include |preferred|.