| Index: remoting/host/fake_desktop_environment.h
|
| diff --git a/remoting/host/fake_desktop_environment.h b/remoting/host/fake_desktop_environment.h
|
| index 061a2d33979d4b4a3d8b3184320e918604e8d80d..9b39624b115ea1c5bbe5d730e4c8153d7bedd8c6 100644
|
| --- a/remoting/host/fake_desktop_environment.h
|
| +++ b/remoting/host/fake_desktop_environment.h
|
| @@ -24,6 +24,7 @@ class FakeInputInjector : public InputInjector {
|
| void InjectMouseEvent(const protocol::MouseEvent& event) override;
|
| void InjectTouchEvent(const protocol::TouchEvent& event) override;
|
| void InjectClipboardEvent(const protocol::ClipboardEvent& event) override;
|
| + bool CanInjectTouch() override;
|
| };
|
|
|
| class FakeScreenControls : public ScreenControls {
|
|
|