Index: ash/mus/sysui_application.cc |
diff --git a/ash/mus/sysui_application.cc b/ash/mus/sysui_application.cc |
index a43fb159f9ff270935e56f2571062d269fb66399..037c67a0e83eeee4fd908b388841830309bf5c1a 100644 |
--- a/ash/mus/sysui_application.cc |
+++ b/ash/mus/sysui_application.cc |
@@ -101,7 +101,8 @@ class AshWindowTreeHostMus : public AshWindowTreeHostPlatform { |
public: |
explicit AshWindowTreeHostMus(const gfx::Rect& initial_bounds) |
: AshWindowTreeHostPlatform() { |
- std::unique_ptr<ui::PlatformWindow> window(new ui::StubWindow(this)); |
+ std::unique_ptr<ui::PlatformWindow> window( |
+ new ui::StubWindow(this, gfx::kNullAcceleratedWidget)); |
window->SetBounds(initial_bounds); |
SetPlatformWindow(std::move(window)); |
} |