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

Unified Diff: mojo/examples/aura_demo/aura_demo.cc

Issue 126513004: Rename RootWindowHost to WindowTreeHost (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 11 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 | « content/shell/browser/shell_aura.cc ('k') | mojo/examples/aura_demo/demo_context_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/aura_demo/aura_demo.cc
diff --git a/mojo/examples/aura_demo/aura_demo.cc b/mojo/examples/aura_demo/aura_demo.cc
index 2ac77cd5dc350918db84703c94160958d3dc8d57..24f0a75387254cc8101d21fcfe8da7ba0b76f096 100644
--- a/mojo/examples/aura_demo/aura_demo.cc
+++ b/mojo/examples/aura_demo/aura_demo.cc
@@ -125,7 +125,7 @@ class AuraDemo : public ShellClient {
mojo::ScopedMessagePipeHandle client_handle, native_viewport_handle;
CreateMessagePipe(&client_handle, &native_viewport_handle);
- root_window_host_.reset(new RootWindowHostMojo(
+ root_window_host_.reset(new WindowTreeHostMojo(
native_viewport_handle.Pass(),
base::Bind(&AuraDemo::HostContextCreated, base::Unretained(this))));
mojo::AllocationScope scope;
@@ -183,7 +183,7 @@ class AuraDemo : public ShellClient {
aura::Window* window21_;
mojo::RemotePtr<Shell> shell_;
- scoped_ptr<RootWindowHostMojo> root_window_host_;
+ scoped_ptr<WindowTreeHostMojo> root_window_host_;
scoped_ptr<aura::RootWindow> root_window_;
};
« no previous file with comments | « content/shell/browser/shell_aura.cc ('k') | mojo/examples/aura_demo/demo_context_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698