| Index: remoting/host/win/session_desktop_environment.h
|
| diff --git a/remoting/host/win/session_desktop_environment.h b/remoting/host/win/session_desktop_environment.h
|
| index 233938f2bc250cf33e00432f3a6de2131fafa5d4..6ae54bf54c1c5efa5cb026b12c5564612f42c0b1 100644
|
| --- a/remoting/host/win/session_desktop_environment.h
|
| +++ b/remoting/host/win/session_desktop_environment.h
|
| @@ -28,7 +28,8 @@ class SessionDesktopEnvironment : public Me2MeDesktopEnvironment {
|
| scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner,
|
| scoped_refptr<base::SingleThreadTaskRunner> input_task_runner,
|
| scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner,
|
| - const base::Closure& inject_sas);
|
| + const base::Closure& inject_sas,
|
| + bool supports_touch_events);
|
|
|
| // Used to ask the daemon to inject Secure Attention Sequence.
|
| base::Closure inject_sas_;
|
|
|