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

Unified Diff: services/ui/service.h

Issue 2276433004: services/ui: Rename a few gpu-related classes. (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
Index: services/ui/service.h
diff --git a/services/ui/service.h b/services/ui/service.h
index b26e4b521a42a284f5f03a77b8ecc1e9b1d50530..2adc81b343e4450936ca02ec7926cf77648a9997 100644
--- a/services/ui/service.h
+++ b/services/ui/service.h
@@ -55,6 +55,7 @@ class Connector;
namespace ui {
+class GpuServiceProxy;
class PlatformEventSource;
namespace ws {
@@ -182,6 +183,7 @@ 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_;

Powered by Google App Engine
This is Rietveld 408576698