| 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 83f59c03cd039bef4e67fae410db84d91542e31f..66cfd8f29448acf58761835c79578a7b35ceccb6 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 base::DispatchStatus Dispatch(const base::NativeEvent& xev) OVERRIDE;
|
|
|
| private:
|
| // RootWindowHost Overrides.
|
|
|