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; |