Chromium Code Reviews| 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); |