| Index: services/ui/service.h
|
| diff --git a/services/ui/service.h b/services/ui/service.h
|
| index 2e9b85fbdd0cac07ee7525042a0a97f8942293ca..531f43bd3e80d123b2a9ab3afb26ed0565136a10 100644
|
| --- a/services/ui/service.h
|
| +++ b/services/ui/service.h
|
| @@ -68,7 +68,6 @@ class Service
|
| public shell::InterfaceFactory<mojom::AccessibilityManager>,
|
| public shell::InterfaceFactory<mojom::Clipboard>,
|
| public shell::InterfaceFactory<mojom::DisplayManager>,
|
| - public shell::InterfaceFactory<mojom::Gpu>,
|
| public shell::InterfaceFactory<mojom::GpuService>,
|
| public shell::InterfaceFactory<mojom::UserAccessManager>,
|
| public shell::InterfaceFactory<mojom::UserActivityMonitor>,
|
| @@ -122,10 +121,6 @@ class Service
|
| void Create(shell::Connection* connection,
|
| mojom::DisplayManagerRequest request) override;
|
|
|
| - // shell::InterfaceFactory<mojom::Gpu> implementation.
|
| - void Create(shell::Connection* connection,
|
| - mojom::GpuRequest request) override;
|
| -
|
| // shell::InterfaceFactory<mojom::GpuService> implementation.
|
| void Create(shell::Connection* connection,
|
| mojom::GpuServiceRequest request) override;
|
| @@ -174,7 +169,6 @@ class Service
|
| InputDeviceServer input_device_server_;
|
|
|
| bool test_config_;
|
| - bool use_chrome_gpu_command_buffer_;
|
| #if defined(USE_OZONE)
|
| std::unique_ptr<ui::ClientNativePixmapFactory> client_native_pixmap_factory_;
|
| #endif
|
|
|