| Index: views/widget/root_view.h
|
| diff --git a/views/widget/root_view.h b/views/widget/root_view.h
|
| index bf47c42d7c883cbbf3be42d286ba14487c97c41b..0bbdea826e4bc378b053268e162f8ef6adb1f449 100644
|
| --- a/views/widget/root_view.h
|
| +++ b/views/widget/root_view.h
|
| @@ -98,7 +98,7 @@ class RootView : public View,
|
| virtual void OnMouseMoved(const MouseEvent& e);
|
| virtual void SetMouseHandler(View* new_mouse_handler);
|
| #if defined(TOUCH_UI)
|
| - virtual bool OnTouchEvent(const TouchEvent& e);
|
| + virtual TouchStatus OnTouchEvent(const TouchEvent& e);
|
| #endif
|
|
|
| // Invoked By the Widget if the mouse drag is interrupted by
|
|
|