| 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 8db9efd64cf59575efc0121bcb53c74fe5325f3f..cc15502e2e851b1420ff2db9207b8b2c56ba6a04 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& xev) OVERRIDE;
|
|
|
| private:
|
| // RootWindowHost Overrides.
|
|
|