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

Unified Diff: ui/ozone/platform/x11/ozone_platform_x11.cc

Issue 2741533002: Fix AshWindowTreeHost shutdown for Ozone X11. (Closed)
Patch Set: Add to other PlatformWindow implementations. Created 3 years, 9 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 | « ui/ozone/platform/wayland/wayland_window.cc ('k') | ui/platform_window/android/platform_window_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/x11/ozone_platform_x11.cc
diff --git a/ui/ozone/platform/x11/ozone_platform_x11.cc b/ui/ozone/platform/x11/ozone_platform_x11.cc
index 09bb43d6fb7c492710889be7f594222a7e4912d2..ae74f0e97bced311ce6aada3c20ec32a6abe6f3c 100644
--- a/ui/ozone/platform/x11/ozone_platform_x11.cc
+++ b/ui/ozone/platform/x11/ozone_platform_x11.cc
@@ -77,7 +77,7 @@ class OzonePlatformX11 : public OzonePlatform {
PlatformWindowDelegate* delegate,
const gfx::Rect& bounds) override {
std::unique_ptr<X11WindowOzone> window = base::MakeUnique<X11WindowOzone>(
- event_source_.get(), window_manager_.get(), delegate, bounds);
+ window_manager_.get(), delegate, bounds);
window->Create();
window->SetTitle(base::ASCIIToUTF16("Ozone X11"));
return std::move(window);
« no previous file with comments | « ui/ozone/platform/wayland/wayland_window.cc ('k') | ui/platform_window/android/platform_window_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698