| Index: ash/host/ash_window_tree_host_x11.h
|
| diff --git a/ash/host/ash_window_tree_host_x11.h b/ash/host/ash_window_tree_host_x11.h
|
| index 539f8938d6b7ae96f8300fc08191dcfdaec6ccc9..dd00b18594ba4b023e6b84f9d50d3f4b61087720 100644
|
| --- a/ash/host/ash_window_tree_host_x11.h
|
| +++ b/ash/host/ash_window_tree_host_x11.h
|
| @@ -33,6 +33,7 @@ class ASH_EXPORT AshWindowTreeHostX11 : public AshWindowTreeHost,
|
| virtual gfx::Insets GetHostInsets() const OVERRIDE;
|
| virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE;
|
| virtual void UpdateDisplayID(int64 id1, int64 id2) OVERRIDE;
|
| + virtual void PrepareForShutdown() OVERRIDE;
|
|
|
| // aura::WindowTreehost:
|
| virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
|
|
|