| Index: ui/aura/dispatcher_linux.cc
|
| diff --git a/ui/aura/dispatcher_linux.cc b/ui/aura/dispatcher_linux.cc
|
| index b580be820d82421a8ca1b08e648f23c0569f97c8..5c3332b70495c92f1533e4967c152ca029827219 100644
|
| --- a/ui/aura/dispatcher_linux.cc
|
| +++ b/ui/aura/dispatcher_linux.cc
|
| @@ -52,6 +52,10 @@ bool DispatcherLinux::Dispatch(const base::NativeEvent& xev) {
|
| return dispatcher ? dispatcher->Dispatch(xev) : true;
|
| }
|
|
|
| +bool DispatcherLinux::ShouldExit() {
|
| + return false;
|
| +}
|
| +
|
| MessageLoop::Dispatcher* DispatcherLinux::GetDispatcherForXEvent(
|
| XEvent* xev) const {
|
| ::Window window = xev->xany.window;
|
|
|