diff options
author | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-21 23:31:50 +0000 |
---|---|---|
committer | wez@chromium.org <wez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-21 23:31:50 +0000 |
commit | a2a50b3eb1a7fb08e2b0547455b648d0fcfe2861 (patch) | |
tree | 03782159b9086ee38cae49e07bc7bb18296979d4 | |
parent | c0be5bcff5e3590335cf24926f612b3dc3777626 (diff) | |
download | chromium_src-a2a50b3eb1a7fb08e2b0547455b648d0fcfe2861.zip chromium_src-a2a50b3eb1a7fb08e2b0547455b648d0fcfe2861.tar.gz chromium_src-a2a50b3eb1a7fb08e2b0547455b648d0fcfe2861.tar.bz2 |
Partial Merge 118141 - Enable scale-to-fit by default if the plugin supports high-quality scaling.
The Chromoting Client's API version is revved (although the API actually hasn't changed) to allow the higher-quality scaler to be detected by the app.
This merge revs the API version only, and omits the web-app changes from the original CL.
BUG=93451
Review URL: http://codereview.chromium.org/9255009
TBR=wez@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9273001
git-svn-id: svn://svn.chromium.org/chrome/branches/963/src@118631 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | remoting/client/plugin/chromoting_scriptable_object.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/plugin/chromoting_scriptable_object.cc b/remoting/client/plugin/chromoting_scriptable_object.cc index a9a60d5..f8a3883 100644 --- a/remoting/client/plugin/chromoting_scriptable_object.cc +++ b/remoting/client/plugin/chromoting_scriptable_object.cc @@ -57,7 +57,7 @@ void ChromotingScriptableObject::Init() { // Plugin API version. // This should be incremented whenever the API interface changes. - AddAttribute(kApiVersionAttribute, Var(2)); + AddAttribute(kApiVersionAttribute, Var(3)); // This should be updated whenever we remove support for an older version // of the API. |