| Index: ui/aura/root_window_host_linux.h
|
| diff --git a/ui/aura/root_window_host_linux.h b/ui/aura/root_window_host_linux.h
|
| index f1d61a171d83c03f9c5c1fab91daf17cbade902a..04c2cc14bdf884d67dd1a576ea5f473a1b04fcca 100644
|
| --- a/ui/aura/root_window_host_linux.h
|
| +++ b/ui/aura/root_window_host_linux.h
|
| @@ -25,8 +25,7 @@ class RootWindowHostLinux : public RootWindowHost,
|
| virtual ~RootWindowHostLinux();
|
|
|
| // Overridden from Dispatcher overrides:
|
| - virtual base::MessagePumpDispatcher::DispatchStatus
|
| - Dispatch(XEvent* xev) OVERRIDE;
|
| + virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
|
|
|
| private:
|
| // RootWindowHost Overrides.
|
|
|