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

Unified Diff: ash/mus/window_manager_application.h

Issue 2194003002: services/ui: Have an explicit lifetime/ownership of ui::GpuService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tot merge Created 4 years, 4 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 | « no previous file | ash/mus/window_manager_application.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/window_manager_application.h
diff --git a/ash/mus/window_manager_application.h b/ash/mus/window_manager_application.h
index d2f4d27bb22e4f3cc461fd2ad55c80fc1b4e573c..15b6d8858a013e02690112fa88e0a5d102a5744d 100644
--- a/ash/mus/window_manager_application.h
+++ b/ash/mus/window_manager_application.h
@@ -28,6 +28,7 @@ class AuraInit;
namespace ui {
class Event;
+class GpuService;
class WindowTreeClient;
}
@@ -108,6 +109,7 @@ class WindowManagerApplication
std::vector<mojo::InterfaceRequest<mojom::UserWindowController>>
user_window_controller_requests_;
+ std::unique_ptr<ui::GpuService> gpu_service_;
std::unique_ptr<WindowManager> window_manager_;
std::set<AcceleratorRegistrarImpl*> accelerator_registrars_;
« no previous file with comments | « no previous file | ash/mus/window_manager_application.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698