| Index: remoting/host/fake_desktop_environment.cc
|
| diff --git a/remoting/host/fake_desktop_environment.cc b/remoting/host/fake_desktop_environment.cc
|
| index bff63233c46bd7666e746c85a12787121ad042b9..2e88084f583986f5180e827980f49eeaecbe0b86 100644
|
| --- a/remoting/host/fake_desktop_environment.cc
|
| +++ b/remoting/host/fake_desktop_environment.cc
|
| @@ -34,6 +34,10 @@ void FakeInputInjector::InjectClipboardEvent(
|
| const protocol::ClipboardEvent& event) {
|
| }
|
|
|
| +bool FakeInputInjector::CanInjectTouch() {
|
| + return false;
|
| +}
|
| +
|
| FakeScreenControls::FakeScreenControls() {}
|
| FakeScreenControls::~FakeScreenControls() {}
|
|
|
|
|