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

Unified Diff: ash/shell_init_params.h

Issue 2840043003: chromeos: Makes mushrome use simplified display management (Closed)
Patch Set: merge Created 3 years, 8 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/shell.cc ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_init_params.h
diff --git a/ash/shell_init_params.h b/ash/shell_init_params.h
index 7a10cd73fca1aa504e356c05e46b919518fff6d7..2b4ab73acb441ee218c8078db24092ce58463e34 100644
--- a/ash/shell_init_params.h
+++ b/ash/shell_init_params.h
@@ -29,6 +29,8 @@ struct ASH_EXPORT ShellInitParams {
ShellPort* shell_port = nullptr;
// Shell takes ownership of |primary_window_tree_host|. This is only used
// by mash.
+ // TODO(sky): once simplified display management is enabled for mash this
+ // should no longer be necessary. http://crbug.com/708287.
aura::WindowTreeHostMus* primary_window_tree_host = nullptr;
ShellDelegate* delegate = nullptr;
ui::ContextFactory* context_factory = nullptr;
« no previous file with comments | « ash/shell.cc ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698