Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: ui/shell/minimal_shell.cc

Issue 36473003: Rename StackingClient -> WindowTreeClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: done. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/shell/minimal_shell.h ('k') | ui/views/corewm/shadow_controller_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/shell/minimal_shell.cc
diff --git a/ui/shell/minimal_shell.cc b/ui/shell/minimal_shell.cc
index 556c16e299dc015738e7c7270263fd9d0f5c97b1..3e01ef60a195d61857cb8ce5d29746b53a7bc4af 100644
--- a/ui/shell/minimal_shell.cc
+++ b/ui/shell/minimal_shell.cc
@@ -20,7 +20,7 @@ MinimalShell::MinimalShell(const gfx::Size& default_window_size) {
aura::RootWindow::CreateParams(
gfx::Rect(default_window_size))));
root_window_->Init();
- aura::client::SetStackingClient(root_window_.get(), this);
+ aura::client::SetWindowTreeClient(root_window_.get(), this);
focus_client_.reset(new aura::test::TestFocusClient);
aura::client::SetFocusClient(root_window_.get(), focus_client_.get());
« no previous file with comments | « ui/shell/minimal_shell.h ('k') | ui/views/corewm/shadow_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698