| 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_;
|
|
|