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

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

Issue 552503003: Introduce EventProcessor::OnEventProcessingStarted() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sadrul comments addressed Created 6 years, 3 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 | chrome/browser/ui/views/frame/browser_root_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9666adba0b250e1b62edc0ffaa6c5681783e5b9c..4adf563cf0e84b2fa32286ce6cd6b6f2c8c0e60b 100644
--- a/chrome/browser/ui/views/frame/browser_root_view.h
+++ b/chrome/browser/ui/views/frame/browser_root_view.h
@@ -42,7 +42,7 @@ class BrowserRootView : public views::internal::RootView {
private:
// ui::EventProcessor:
- virtual ui::EventDispatchDetails OnEventFromSource(ui::Event* event) OVERRIDE;
+ virtual void OnEventProcessingStarted(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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698