Index: ash/host/ash_remote_window_tree_host_win.cc |
diff --git a/ash/host/ash_remote_window_tree_host_win.cc b/ash/host/ash_remote_window_tree_host_win.cc |
index 9b8f8cb8a606ad7dd9c0794e4dbc88111737603d..ff8c8df5b5c82881421aae62a1798d8b2cea2603 100644 |
--- a/ash/host/ash_remote_window_tree_host_win.cc |
+++ b/ash/host/ash_remote_window_tree_host_win.cc |
@@ -47,6 +47,10 @@ void AshRemoteWindowTreeHostWin::SetRootWindowTransformer( |
transformer_helper_.SetRootWindowTransformer(transformer.Pass()); |
} |
+gfx::Insets AshRemoteWindowTreeHostWin::GetHostInsets() const { |
+ return gfx::Insets(); |
+} |
+ |
aura::WindowTreeHost* AshRemoteWindowTreeHostWin::AsWindowTreeHost() { |
return this; |
} |