Index: chrome/browser/ui/views/frame/browser_root_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_root_view.h b/chrome/browser/ui/views/frame/browser_root_view.h |
index 52e64b227f2639124608c2ff3d303689f9fd0dd7..9666adba0b250e1b62edc0ffaa6c5681783e5b9c 100644 |
--- a/chrome/browser/ui/views/frame/browser_root_view.h |
+++ b/chrome/browser/ui/views/frame/browser_root_view.h |
@@ -40,10 +40,10 @@ class BrowserRootView : public views::internal::RootView { |
virtual const char* GetClassName() const OVERRIDE; |
virtual bool OnMouseWheel(const ui::MouseWheelEvent& event) OVERRIDE; |
- // Overridden from internal::RootView: |
- virtual void DispatchGestureEvent(ui::GestureEvent* event) OVERRIDE; |
- |
private: |
+ // ui::EventProcessor: |
+ virtual ui::EventDispatchDetails OnEventFromSource(ui::Event* event) OVERRIDE; |
+ |
// Returns true if the event should be forwarded to the tabstrip. |
bool ShouldForwardToTabStrip(const ui::DropTargetEvent& event); |