| Index: ui/aura/monitor_change_observer_x11.cc
|
| diff --git a/ui/aura/monitor_change_observer_x11.cc b/ui/aura/monitor_change_observer_x11.cc
|
| index bb2904f1c2534982b08cd07f1ee21e75214ab31a..72be15dc44297863a3ab11c67e70d14750af5aea 100644
|
| --- a/ui/aura/monitor_change_observer_x11.cc
|
| +++ b/ui/aura/monitor_change_observer_x11.cc
|
| @@ -62,6 +62,10 @@ bool MonitorChangeObserverX11::Dispatch(const base::NativeEvent& event) {
|
| return true;
|
| }
|
|
|
| +bool MonitorChangeObserverX11::ShouldExit() {
|
| + return false;
|
| +}
|
| +
|
| void MonitorChangeObserverX11::NotifyMonitorChange() {
|
| if (!MonitorManager::use_fullscreen_host_window())
|
| return; // Use the default monitor that monitor manager determined.
|
|
|