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

Unified Diff: services/ui/service.h

Issue 2176303002: services/ui: Remove deprecated gpu code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 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

Powered by Google App Engine
This is Rietveld 408576698