diff options
Diffstat (limited to 'views/desktop/desktop_window_root_view.h')
-rw-r--r-- | views/desktop/desktop_window_root_view.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/views/desktop/desktop_window_root_view.h b/views/desktop/desktop_window_root_view.h index c46010d..67c74e3 100644 --- a/views/desktop/desktop_window_root_view.h +++ b/views/desktop/desktop_window_root_view.h @@ -20,6 +20,11 @@ class DesktopWindowRootView : public internal::RootView { private: // Overridden from RootView: virtual bool OnMousePressed(const MouseEvent& event) OVERRIDE; + virtual ui::TouchStatus OnTouchEvent(const TouchEvent& event) OVERRIDE; + + // Activates the widget at the specified location and deactivates the + // currently selected widget. + void ActivateWidgetAtLocation(const gfx::Point& point); DesktopWindowView* desktop_window_view_; |