Index: ui/aura/mus/window_tree_client_delegate.cc |
diff --git a/ui/aura/mus/window_tree_client_delegate.cc b/ui/aura/mus/window_tree_client_delegate.cc |
index 90777c43aca43c49d856e79f7ad9725fd7e52227..42d1d1971ddd3c51aa97e1393b181057c9a444d0 100644 |
--- a/ui/aura/mus/window_tree_client_delegate.cc |
+++ b/ui/aura/mus/window_tree_client_delegate.cc |
@@ -8,4 +8,7 @@ namespace aura { |
void WindowTreeClientDelegate::OnUnembed(Window* root) {} |
+void WindowTreeClientDelegate::OnEmbedRootReady( |
+ WindowTreeHostMus* window_tree_host) {} |
+ |
} // namespace aura |