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

Unified Diff: views/widget/root_view.cc

Issue 8364039: Initial views touchui GestureRecognizer support (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Event injection as per Robert comments Created 9 years, 2 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
Index: views/widget/root_view.cc
diff --git a/views/widget/root_view.cc b/views/widget/root_view.cc
index b4467f490ca0c41a88cd4b179ea8db0066e88a84..5c5d6dd74721fc59a564b59a57b9024a4355260e 100644
--- a/views/widget/root_view.cc
+++ b/views/widget/root_view.cc
@@ -390,6 +390,10 @@ ui::TouchStatus RootView::OnTouchEvent(const TouchEvent& event) {
return status;
}
+bool RootView::OnTouchEvent(const TouchEvent& event) {
rjkroege 2011/10/24 17:41:09 I am reasonably strongly convinced that this is wr
Gajen 2011/10/25 14:32:29 My Bad..Now Removed this function as no longer req
+// TODO(Gajen): In next patch.
+}
+
void RootView::SetMouseHandler(View *new_mh) {
// If we're clearing the mouse handler, clear explicit_mouse_handler_ as well.
explicit_mouse_handler_ = (new_mh != NULL);
« views/view.cc ('K') | « views/widget/root_view.h ('k') | views/widget/widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698