Index: ash/host/ash_window_tree_host_win.cc |
diff --git a/ash/host/ash_window_tree_host_win.cc b/ash/host/ash_window_tree_host_win.cc |
index 27fd5a47f9e8e49b8d06f007ea113c85a8fe817d..642501a4f9806b61d891cbc129819802b805083c 100644 |
--- a/ash/host/ash_window_tree_host_win.cc |
+++ b/ash/host/ash_window_tree_host_win.cc |
@@ -71,6 +71,9 @@ class ASH_EXPORT AshWindowTreeHostWin : public AshWindowTreeHost, |
scoped_ptr<RootWindowTransformer> transformer) { |
transformer_helper_.SetRootWindowTransformer(transformer.Pass()); |
} |
+ virtual gfx::Insets GetHostInsets() const OVERRIDE { |
+ return transformer_helper_.GetHostInsets(); |
+ } |
virtual aura::WindowTreeHost* AsWindowTreeHost() OVERRIDE { return this; } |
// WindowTreeHostWin: |