| Index: remoting/webapp/crd/js/desktop_connected_view.js
|
| diff --git a/remoting/webapp/crd/js/desktop_connected_view.js b/remoting/webapp/crd/js/desktop_connected_view.js
|
| index d67328971b7ac4be46625ff8868ca45751085ff9..abc2f2da90f80a77b6e634f975ae6fa87ff44731 100644
|
| --- a/remoting/webapp/crd/js/desktop_connected_view.js
|
| +++ b/remoting/webapp/crd/js/desktop_connected_view.js
|
| @@ -184,7 +184,9 @@ remoting.DesktopConnectedView.prototype.initUI_ = function() {
|
| scrollerElement || document.body,
|
| this.plugin_.hostDesktop(),
|
| this.host_.options,
|
| - this.logger_);
|
| + this.logger_,
|
| + this.plugin_.hasCapability(
|
| + remoting.ClientSession.Capability.SEND_INITIAL_RESOLUTION));
|
|
|
| if (remoting.windowFrame) {
|
| remoting.windowFrame.setDesktopConnectedView(this);
|
|
|