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

Unified Diff: ui/aura/window_tree_host_platform.h

Issue 2495423005: Enables passing initial properties to top level window creation (Closed)
Patch Set: cleanup Created 4 years, 1 month 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 | « ui/aura/mus/window_tree_host_mus.cc ('k') | ui/aura/window_tree_host_platform.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_tree_host_platform.h
diff --git a/ui/aura/window_tree_host_platform.h b/ui/aura/window_tree_host_platform.h
index 0ee8824d2ebb5e36c903699fd3de6745ab084698..773d9f49efabc7dd576807193acfd44f9d50b2d9 100644
--- a/ui/aura/window_tree_host_platform.h
+++ b/ui/aura/window_tree_host_platform.h
@@ -43,6 +43,8 @@ class AURA_EXPORT WindowTreeHostPlatform
void OnCursorVisibilityChangedNative(bool show) override;
protected:
+ // NOTE: neither of these calls CreateCompositor(); subclasses must call
+ // CreateCompositor() at the appropriate time.
sadrul 2016/11/16 18:02:08 Is this change because the creation of the composi
sky 2016/11/16 18:45:49 CreateCompositor() calls window->Init(). window->I
WindowTreeHostPlatform();
explicit WindowTreeHostPlatform(std::unique_ptr<WindowPort> window_port);
« no previous file with comments | « ui/aura/mus/window_tree_host_mus.cc ('k') | ui/aura/window_tree_host_platform.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698