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

Unified Diff: ui/aura/dispatcher_linux.h

Issue 9958152: Consolidate win/x dispatchers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync, addressed comments Created 8 years, 8 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 | « chrome/browser/ui/views/user_data_dir_dialog.cc ('k') | ui/aura/dispatcher_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/dispatcher_linux.h
diff --git a/ui/aura/dispatcher_linux.h b/ui/aura/dispatcher_linux.h
index 31328ecab86dab62927cdc975c20340f0b942426..56255585900b70e4d0f6f81a72844363d73ff6a8 100644
--- a/ui/aura/dispatcher_linux.h
+++ b/ui/aura/dispatcher_linux.h
@@ -27,8 +27,7 @@ class DispatcherLinux : public MessageLoop::Dispatcher {
void WindowDispatcherDestroying(::Window window);
// Overridden from MessageLoop::Dispatcher:
- virtual base::MessagePumpDispatcher::DispatchStatus Dispatch(
- XEvent* xev) OVERRIDE;
+ virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
private:
typedef std::map< ::Window, MessageLoop::Dispatcher* > DispatchersMap;
« no previous file with comments | « chrome/browser/ui/views/user_data_dir_dialog.cc ('k') | ui/aura/dispatcher_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698