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

Unified Diff: ash/host/ash_window_tree_host.h

Issue 2821203002: cros: Adds ShellPort functions for simplified display mode (Closed)
Patch Set: cleanup 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
Index: ash/host/ash_window_tree_host.h
diff --git a/ash/host/ash_window_tree_host.h b/ash/host/ash_window_tree_host.h
index 2459aea36d6a5e46c70af7da6f2bb8d9bb21887c..d29ae7a561af83deea93ed3a867bd01b215d118f 100644
--- a/ash/host/ash_window_tree_host.h
+++ b/ash/host/ash_window_tree_host.h
@@ -31,7 +31,9 @@ class ASH_EXPORT AshWindowTreeHost {
AshWindowTreeHost();
virtual ~AshWindowTreeHost() {}
- // Creates a new AshWindowTreeHost. The caller owns the returned value.
+ // Creates the appropriate AshWindowTreeHost implementation. The return
+ // value is owned by the RootWindowController associated with the
+ // AshWindowTreeHost.
static AshWindowTreeHost* Create(
James Cook 2017/04/18 00:43:39 It would be nice if this returned unique_ptr<>, ev
sky 2017/04/18 02:55:10 I actually had that in an earlier patch, but convi
const AshWindowTreeHostInitParams& init_params);
« no previous file with comments | « ash/host/DEPS ('k') | ash/host/ash_window_tree_host.cc » ('j') | ash/shell_port.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698