| Index: ui/views/widget/desktop_aura/desktop_root_window_host_win.cc
|
| ===================================================================
|
| --- ui/views/widget/desktop_aura/desktop_root_window_host_win.cc (revision 175450)
|
| +++ ui/views/widget/desktop_aura/desktop_root_window_host_win.cc (working copy)
|
| @@ -680,6 +680,12 @@
|
| OnHostKeyEvent(duplicate_event.get());
|
| }
|
|
|
| +bool DesktopRootWindowHostWin::HandleTouchEvent(
|
| + const ui::TouchEvent& event) {
|
| + return root_window_host_delegate_->OnHostTouchEvent(
|
| + const_cast<ui::TouchEvent*>(&event));
|
| +}
|
| +
|
| bool DesktopRootWindowHostWin::HandleIMEMessage(UINT message,
|
| WPARAM w_param,
|
| LPARAM l_param,
|
|
|