| 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 7fefaf780fc331b892719160a7b079745036928a..86c6ae447890317b3b172c547e91dc4aea0fb4e5 100644
|
| --- a/ui/aura/root_window_host_linux.h
|
| +++ b/ui/aura/root_window_host_linux.h
|
| @@ -56,6 +56,7 @@ class RootWindowHostLinux : public RootWindowHost,
|
| std::vector<unsigned char>* png_representation) OVERRIDE;
|
| virtual void PostNativeEvent(const base::NativeEvent& event) OVERRIDE;
|
| virtual void OnDeviceScaleFactorChanged(float device_scale_factor) OVERRIDE;
|
| + virtual void PrepareForShutdown() OVERRIDE;
|
|
|
| // Returns true if there's an X window manager present... in most cases. Some
|
| // window managers (notably, ion3) don't implement enough of ICCCM for us to
|
|
|