| Index: ui/aura/root_window_host_linux.cc
|
| diff --git a/ui/aura/root_window_host_linux.cc b/ui/aura/root_window_host_linux.cc
|
| index 21bdd0679b89e4d6d4e929f0d4e84933307c4604..768e9c577d9169d418a8433345b784b1588eda23 100644
|
| --- a/ui/aura/root_window_host_linux.cc
|
| +++ b/ui/aura/root_window_host_linux.cc
|
| @@ -593,6 +593,10 @@ bool RootWindowHostLinux::Dispatch(const base::NativeEvent& event) {
|
| return true;
|
| }
|
|
|
| +bool RootWindowHostLinux::ShouldExit() {
|
| + return false;
|
| +}
|
| +
|
| void RootWindowHostLinux::SetRootWindow(RootWindow* root_window) {
|
| root_window_ = root_window;
|
| }
|
|
|