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

Unified Diff: services/ui/service.cc

Issue 2795503002: mash: Don't synthesize extra key press events in the window server (Closed)
Patch Set: remove InputMethodBridge workaround Created 3 years, 8 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 | « chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.cc ('k') | services/ui/ws/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/service.cc
diff --git a/services/ui/service.cc b/services/ui/service.cc
index 9b4991dccf24dc8da486b75fe3262e2e7667b548..63a419c350c45042037f7d6ab54141306b400cc4 100644
--- a/services/ui/service.cc
+++ b/services/ui/service.cc
@@ -96,6 +96,10 @@ Service::~Service() {
// WindowServer (or more correctly its Displays) may have state that needs to
// be destroyed before GpuState as well.
window_server_.reset();
+
+#if defined(USE_OZONE)
+ OzonePlatform::Shutdown();
+#endif
}
void Service::InitializeResources(service_manager::Connector* connector) {
« no previous file with comments | « chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.cc ('k') | services/ui/ws/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698