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 5e6d2575d23ae88cbfe72fa35063ab680d68bb19..dde6821a4e0735a6fd3f3d0443f87ac0fd8af49c 100644 |
--- a/remoting/webapp/crd/js/desktop_connected_view.js |
+++ b/remoting/webapp/crd/js/desktop_connected_view.js |
@@ -307,8 +307,10 @@ remoting.DesktopConnectedView.prototype.updateClientSessionUi_ = function( |
document.body.classList.add('connected'); |
this.container_.addEventListener( |
'mousemove', this.updateMouseCursorPosition_, true); |
+ |
// Activate full-screen related UX. |
remoting.fullscreen.addListener(this.callOnFullScreenChanged_); |
+ this.onFullScreenChanged_(remoting.fullscreen.isActive()); |
this.setFocusHandlers_(); |
} |
}; |