| Index: ash/touch/touch_uma.cc
|
| diff --git a/ash/touch/touch_uma.cc b/ash/touch/touch_uma.cc
|
| index 2eb85593eddfbbba6c3753aad4f32f5eba5b36ec..4cb54d0d003431081398da69140d2352b07d80b9 100644
|
| --- a/ash/touch/touch_uma.cc
|
| +++ b/ash/touch/touch_uma.cc
|
| @@ -220,7 +220,7 @@ void TouchUMA::UpdateTouchState(const ui::TouchEvent& event) {
|
| }
|
| }
|
|
|
| -TouchUMA::GestureActionType TouchUMA::FindGestureActionType(
|
| +GestureActionType TouchUMA::FindGestureActionType(
|
| aura::Window* window,
|
| const ui::GestureEvent& event) {
|
| if (!window || window->GetRootWindow() == window) {
|
|
|