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

Unified Diff: ash/mus/window_manager_application.h

Issue 2200353002: Revert of services/ui: Have an explicit lifetime/ownership of ui::GpuService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 4d08dd83eeef9b841b6b926207c150da0c0a114c..a678f35609472e777f6d5c8e4dfe3a7bf4996913 100644
--- a/ash/mus/window_manager_application.h
+++ b/ash/mus/window_manager_application.h
@@ -28,7 +28,6 @@
namespace ui {
class Event;
-class GpuService;
class WindowTreeClient;
}
@@ -109,7 +108,6 @@
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