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

Unified Diff: mojo/examples/aura_demo/demo_context_factory.h

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 | « mojo/examples/aura_demo/aura_demo.cc ('k') | mojo/examples/aura_demo/demo_context_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/aura_demo/demo_context_factory.h
diff --git a/mojo/examples/aura_demo/demo_context_factory.h b/mojo/examples/aura_demo/demo_context_factory.h
index f9fdac964deb28b51c5d3ee8883b81d34101d6a3..062db4242156db9a4d86bcc0d8c49a465d68da7b 100644
--- a/mojo/examples/aura_demo/demo_context_factory.h
+++ b/mojo/examples/aura_demo/demo_context_factory.h
@@ -16,12 +16,12 @@ class ContextProviderInProcess;
namespace mojo {
namespace examples {
-class RootWindowHostMojo;
+class WindowTreeHostMojo;
// The default factory that creates in-process contexts.
class DemoContextFactory : public ui::ContextFactory {
public:
- explicit DemoContextFactory(RootWindowHostMojo* rwhm);
+ explicit DemoContextFactory(WindowTreeHostMojo* rwhm);
virtual ~DemoContextFactory();
// ContextFactory implementation
@@ -48,7 +48,7 @@ class DemoContextFactory : public ui::ContextFactory {
scoped_refptr<webkit::gpu::ContextProviderInProcess>
shared_main_thread_contexts_;
- RootWindowHostMojo* rwhm_;
+ WindowTreeHostMojo* rwhm_;
DISALLOW_COPY_AND_ASSIGN(DemoContextFactory);
};
« no previous file with comments | « mojo/examples/aura_demo/aura_demo.cc ('k') | mojo/examples/aura_demo/demo_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698