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

Unified Diff: ash/host/ash_window_tree_host_platform.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
« no previous file with comments | « no previous file | blimp/engine/app/ui/blimp_window_tree_host.cc » ('j') | ui/aura/window_tree_host_platform.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/host/ash_window_tree_host_platform.cc
diff --git a/ash/host/ash_window_tree_host_platform.cc b/ash/host/ash_window_tree_host_platform.cc
index 462787af99ab453fe6fefa685fc226c5152c8b6f..8f140ba9085475b8ad9daee4a5b40b92fdbdbcdb 100644
--- a/ash/host/ash_window_tree_host_platform.cc
+++ b/ash/host/ash_window_tree_host_platform.cc
@@ -33,6 +33,7 @@ AshWindowTreeHostPlatform::AshWindowTreeHostPlatform(
AshWindowTreeHostPlatform::AshWindowTreeHostPlatform()
: transformer_helper_(this) {
+ CreateCompositor();
transformer_helper_.Init();
}
« no previous file with comments | « no previous file | blimp/engine/app/ui/blimp_window_tree_host.cc » ('j') | ui/aura/window_tree_host_platform.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698