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

Unified Diff: blimp/engine/app/ui/blimp_window_tree_host.cc

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
Index: blimp/engine/app/ui/blimp_window_tree_host.cc
diff --git a/blimp/engine/app/ui/blimp_window_tree_host.cc b/blimp/engine/app/ui/blimp_window_tree_host.cc
index 9c38d5ddd89144f56e4bee9c565d5ec92b464176..3e8a70d3275641cf829a3fa72872012841f8e150 100644
--- a/blimp/engine/app/ui/blimp_window_tree_host.cc
+++ b/blimp/engine/app/ui/blimp_window_tree_host.cc
@@ -11,6 +11,7 @@ namespace blimp {
namespace engine {
BlimpWindowTreeHost::BlimpWindowTreeHost() : aura::WindowTreeHostPlatform() {
+ CreateCompositor();
SetPlatformWindow(base::WrapUnique(new ui::StubWindow(this)));
}

Powered by Google App Engine
This is Rietveld 408576698