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

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

Issue 1999083002: Finish eliminating PlatformWindowMus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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
« no previous file with comments | « ash/mus/sysui_application.cc ('k') | ui/platform_window/stub/stub_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..a16d9c64e0652eccddd581667174985f01db99f0 100644
--- a/blimp/engine/app/ui/blimp_window_tree_host.cc
+++ b/blimp/engine/app/ui/blimp_window_tree_host.cc
@@ -5,13 +5,15 @@
#include "blimp/engine/app/ui/blimp_window_tree_host.h"
#include "base/memory/ptr_util.h"
+#include "ui/gfx/native_widget_types.h"
#include "ui/platform_window/stub/stub_window.h"
namespace blimp {
namespace engine {
BlimpWindowTreeHost::BlimpWindowTreeHost() : aura::WindowTreeHostPlatform() {
- SetPlatformWindow(base::WrapUnique(new ui::StubWindow(this)));
+ SetPlatformWindow(base::WrapUnique(
+ new ui::StubWindow(this, gfx::kNullAcceleratedWidget)));
}
BlimpWindowTreeHost::~BlimpWindowTreeHost() {}
« no previous file with comments | « ash/mus/sysui_application.cc ('k') | ui/platform_window/stub/stub_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698