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