Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2661)

Unified Diff: views/desktop/desktop_window_root_view.h

Issue 7540002: Fix a few issues with touch-events and views-desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | views/desktop/desktop_window_root_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/desktop/desktop_window_root_view.h
diff --git a/views/desktop/desktop_window_root_view.h b/views/desktop/desktop_window_root_view.h
index c46010dc7b5f875d6a1675112ca3c5ab67c0df67..67c74e32f0060823a6459e77dcb1ca4c9117007d 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_;
« no previous file with comments | « no previous file | views/desktop/desktop_window_root_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698