| Index: ui/aura/dispatcher_linux.h
|
| diff --git a/ui/aura/dispatcher_linux.h b/ui/aura/dispatcher_linux.h
|
| index 56255585900b70e4d0f6f81a72844363d73ff6a8..877d88cb6b9a510dad4f818c5b763155d36f84bc 100644
|
| --- a/ui/aura/dispatcher_linux.h
|
| +++ b/ui/aura/dispatcher_linux.h
|
| @@ -28,6 +28,7 @@ class DispatcherLinux : public MessageLoop::Dispatcher {
|
|
|
| // Overridden from MessageLoop::Dispatcher:
|
| virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
|
| + virtual bool ShouldExit() OVERRIDE;
|
|
|
| private:
|
| typedef std::map< ::Window, MessageLoop::Dispatcher* > DispatchersMap;
|
|
|