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

Unified Diff: chrome/browser/ui/views/frame/browser_root_view.h

Issue 395563002: Make RootView::DispatchGestureEvent() non-virtual (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
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);
« no previous file with comments | « no previous file | chrome/browser/ui/views/frame/browser_root_view.cc » ('j') | chrome/browser/ui/views/frame/browser_root_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698