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

Unified Diff: ui/ozone/platform/headless/headless_window.h

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/drm/host/drm_window_host.cc ('k') | ui/ozone/platform/headless/headless_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/headless/headless_window.h
diff --git a/ui/ozone/platform/headless/headless_window.h b/ui/ozone/platform/headless/headless_window.h
index 5587b6539735d2f19c16c6c9e2e0d48aca70f137..8e02342b75b4e78edbe249bb3910d649ba6af96c 100644
--- a/ui/ozone/platform/headless/headless_window.h
+++ b/ui/ozone/platform/headless/headless_window.h
@@ -33,6 +33,7 @@ class HeadlessWindow : public PlatformWindow {
void Show() override;
void Hide() override;
void Close() override;
+ void PrepareForShutdown() override;
void SetCapture() override;
void ReleaseCapture() override;
void ToggleFullscreen() override;
« no previous file with comments | « ui/ozone/platform/drm/host/drm_window_host.cc ('k') | ui/ozone/platform/headless/headless_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698