Index: remoting/webapp/base/js/client_session_factory.js |
diff --git a/remoting/webapp/base/js/client_session_factory.js b/remoting/webapp/base/js/client_session_factory.js |
index 24cfa2ad28f37b62431e93b9ef18337e2208606f..276f42610fbfc53e8f5ecb019ea3d2f1597d564e 100644 |
--- a/remoting/webapp/base/js/client_session_factory.js |
+++ b/remoting/webapp/base/js/client_session_factory.js |
@@ -23,7 +23,8 @@ remoting.ClientSessionFactory = function(container, capabilities) { |
this.requiredCapabilities_ = [ |
remoting.ClientSession.Capability.SEND_INITIAL_RESOLUTION, |
remoting.ClientSession.Capability.RATE_LIMIT_RESIZE_REQUESTS, |
- remoting.ClientSession.Capability.VIDEO_RECORDER |
+ remoting.ClientSession.Capability.VIDEO_RECORDER, |
+ remoting.ClientSession.Capability.TOUCH_EVENTS |
]; |
// Append the app-specific capabilities. |