Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1532)

Unified Diff: remoting/webapp/crd/js/desktop_connected_view.js

Issue 2860203003: Fixing white-screen problem for Curtain-mode Windows host connections (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/webapp/crd/js/desktop_viewport.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | remoting/webapp/crd/js/desktop_viewport.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698