Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / remoting / webapp / client_session.js
index 121621d..75ff0cb 100644 (file)
@@ -129,6 +129,9 @@ remoting.ClientSession = function(accessCode, fetchPin, fetchThirdPartyToken,
   this.video_ = null;
 
   /** @type {Element} @private */
+  this.container_ = document.getElementById('video-container');
+
+  /** @type {Element} @private */
   this.mouseCursorOverlay_ =
       this.container_.querySelector('.mouse-cursor-overlay');