| Index: ui/aura/root_window_host_linux.h
|
| diff --git a/ui/aura/root_window_host_linux.h b/ui/aura/root_window_host_linux.h
|
| index 04c2cc14bdf884d67dd1a576ea5f473a1b04fcca..e49abc0409cd23d51d49aa9da74616458ee71e25 100644
|
| --- a/ui/aura/root_window_host_linux.h
|
| +++ b/ui/aura/root_window_host_linux.h
|
| @@ -26,6 +26,7 @@ class RootWindowHostLinux : public RootWindowHost,
|
|
|
| // Overridden from Dispatcher overrides:
|
| virtual bool Dispatch(const base::NativeEvent& event) OVERRIDE;
|
| + virtual bool ShouldExit() OVERRIDE;
|
|
|
| private:
|
| // RootWindowHost Overrides.
|
|
|