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

Unified Diff: ui/aura/window_tree_host_platform.cc

Issue 1469803006: NOT FOR REVIEW: Aura Android: Content Shell compiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@auraclank_upstream_wthandroid
Patch Set: Temp Created 5 years 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/window_tree_host.cc ('k') | ui/platform_window/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_tree_host_platform.cc
diff --git a/ui/aura/window_tree_host_platform.cc b/ui/aura/window_tree_host_platform.cc
index c183a196dd1b86fdcb2d89e15c3bf9c8b8f74eca..4a9df21fca6941036a01ade7420987a8a186f123 100644
--- a/ui/aura/window_tree_host_platform.cc
+++ b/ui/aura/window_tree_host_platform.cc
@@ -51,7 +51,9 @@ WindowTreeHostPlatform::WindowTreeHostPlatform(const gfx::Rect& bounds)
WindowTreeHostPlatform::WindowTreeHostPlatform()
: widget_(gfx::kNullAcceleratedWidget),
current_cursor_(ui::kCursorNull),
- has_capture_(false) {}
+ has_capture_(false) {
+ CreateCompositor();
+}
void WindowTreeHostPlatform::SetPlatformWindow(
scoped_ptr<ui::PlatformWindow> window) {
« no previous file with comments | « ui/aura/window_tree_host.cc ('k') | ui/platform_window/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698