| Index: ui/aura/monitor_change_observer_x11.h
|
| diff --git a/ui/aura/monitor_change_observer_x11.h b/ui/aura/monitor_change_observer_x11.h
|
| index 077e8c612ac95008788b277dc56611420f09795c..45ff332530654e372811055cfca3cb85882c3a90 100644
|
| --- a/ui/aura/monitor_change_observer_x11.h
|
| +++ b/ui/aura/monitor_change_observer_x11.h
|
| @@ -25,8 +25,7 @@ class MonitorChangeObserverX11 : public MessageLoop::Dispatcher {
|
| virtual ~MonitorChangeObserverX11();
|
|
|
| // Overridden from Dispatcher overrides:
|
| - virtual base::MessagePumpDispatcher::DispatchStatus Dispatch(
|
| - XEvent* xev) OVERRIDE;
|
| + virtual bool Dispatch(const base::NativeEvent& xev) OVERRIDE;
|
|
|
| // Reads monitor configurations from the system and notifies
|
| // |monitor_manager_| about the change.
|
|
|