| Index: remoting/webapp/crd/js/fullscreen_v2.js
|
| diff --git a/remoting/webapp/crd/js/fullscreen_v2.js b/remoting/webapp/crd/js/fullscreen_v2.js
|
| index ea20f9000f7185ce7554154ac9890fc1bbec28dc..adaccc3ba85568d8689f7bdafa96a4a6918806fe 100644
|
| --- a/remoting/webapp/crd/js/fullscreen_v2.js
|
| +++ b/remoting/webapp/crd/js/fullscreen_v2.js
|
| @@ -43,6 +43,8 @@ remoting.FullscreenAppsV2 = function() {
|
| this.onFullscreened_.bind(this));
|
| chrome.app.window.current().onRestored.addListener(
|
| this.onRestored_.bind(this));
|
| +
|
| + document.body.classList.toggle('fullscreen', this.isActive());
|
| };
|
|
|
| remoting.FullscreenAppsV2.prototype.activate = function(
|
|
|