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

Unified Diff: ui/ozone/platform/cast/platform_window_cast.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 | « ash/host/ash_window_tree_host_platform.cc ('k') | ui/ozone/platform/drm/host/drm_window_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/cast/platform_window_cast.h
diff --git a/ui/ozone/platform/cast/platform_window_cast.h b/ui/ozone/platform/cast/platform_window_cast.h
index 758e79a5c1d97b3a5ef7bc22dbe575780599718f..4a494f2c830bdc5bfc71e66555d3fa7e7f034edd 100644
--- a/ui/ozone/platform/cast/platform_window_cast.h
+++ b/ui/ozone/platform/cast/platform_window_cast.h
@@ -28,6 +28,7 @@ class PlatformWindowCast : 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 | « ash/host/ash_window_tree_host_platform.cc ('k') | ui/ozone/platform/drm/host/drm_window_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698