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

Unified Diff: services/ui/service.h

Issue 2281583003: services/ui: Split GpuServiceInternal into gpu vs. ws pieces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DONE_2016.08.24_mus-ws-gpu-refactor
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 | « services/ui/public/cpp/gpu_service.cc ('k') | services/ui/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/service.h
diff --git a/services/ui/service.h b/services/ui/service.h
index 0bd8e7d2862eb300f4d2766dab27193480bba0df..a0fb21a33c28f233f4269fdc0981e1c403cc56fc 100644
--- a/services/ui/service.h
+++ b/services/ui/service.h
@@ -54,7 +54,6 @@ class Connector;
namespace ui {
-class GpuServiceProxy;
class PlatformEventSource;
namespace ws {
@@ -176,7 +175,6 @@ class Service
std::unique_ptr<ui::ClientNativePixmapFactory> client_native_pixmap_factory_;
#endif
- std::unique_ptr<GpuServiceProxy> gpu_proxy_;
std::unique_ptr<display::PlatformScreen> platform_screen_;
std::unique_ptr<ws::TouchController> touch_controller_;
IMERegistrarImpl ime_registrar_;
« no previous file with comments | « services/ui/public/cpp/gpu_service.cc ('k') | services/ui/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698