| Index: ash/host/ash_window_tree_host_x11.cc
|
| diff --git a/ash/host/ash_window_tree_host_x11.cc b/ash/host/ash_window_tree_host_x11.cc
|
| index e49e9617727490faa3b400f4998022d46c448f86..bd4bd1de6ef4041937995e68328f91797217fac3 100644
|
| --- a/ash/host/ash_window_tree_host_x11.cc
|
| +++ b/ash/host/ash_window_tree_host_x11.cc
|
| @@ -254,6 +254,10 @@ void AshWindowTreeHostX11::SetRootWindowTransformer(
|
| }
|
| }
|
|
|
| +gfx::Insets AshWindowTreeHostX11::GetHostInsets() const {
|
| + return transformer_helper_.GetHostInsets();
|
| +}
|
| +
|
| aura::WindowTreeHost* AshWindowTreeHostX11::AsWindowTreeHost() { return this; }
|
|
|
| void AshWindowTreeHostX11::SetBounds(const gfx::Rect& bounds) {
|
|
|