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

Unified Diff: ash/shell.h

Issue 160573002: Move root_window_host* in aura to window_tree_host*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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 | « ash/host/window_tree_host_factory_win.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 3163c4cf68b8b86a8ebe654c6216328d9d2aca2c..07d05753e9069b474ff83eb946ab04e7ce0ce4a5 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -509,8 +509,8 @@ class ASH_EXPORT Shell
}
#endif // defined(OS_CHROMEOS)
- WindowTreeHostFactory* root_window_host_factory() {
- return root_window_host_factory_.get();
+ WindowTreeHostFactory* window_tree_host_factory() {
+ return window_tree_host_factory_.get();
}
ShelfModel* shelf_model() {
@@ -657,7 +657,7 @@ class ASH_EXPORT Shell
scoped_ptr<internal::EventClientImpl> event_client_;
scoped_ptr<internal::EventTransformationHandler>
event_transformation_handler_;
- scoped_ptr<WindowTreeHostFactory> root_window_host_factory_;
+ scoped_ptr<WindowTreeHostFactory> window_tree_host_factory_;
// An event filter that rewrites or drops an event.
scoped_ptr<internal::EventRewriterEventFilter> event_rewriter_filter_;
« no previous file with comments | « ash/host/window_tree_host_factory_win.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698