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

Unified Diff: services/ui/service.cc

Issue 2559343003: mus: Rename GpuService to Gpu. (Closed)
Patch Set: . Created 4 years 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
« no previous file with comments | « services/ui/service.h ('k') | services/ui/test_wm/test_wm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/service.cc
diff --git a/services/ui/service.cc b/services/ui/service.cc
index 16dcc4be281499b6a2a96a32f2e018e0f404389a..990cfb3e815793d09ee7b09b1083840d1aefe25c 100644
--- a/services/ui/service.cc
+++ b/services/ui/service.cc
@@ -204,7 +204,7 @@ bool Service::OnConnect(const service_manager::ServiceInfo& remote_info,
registry->AddInterface<mojom::AccessibilityManager>(this);
registry->AddInterface<mojom::Clipboard>(this);
registry->AddInterface<mojom::DisplayManager>(this);
- registry->AddInterface<mojom::GpuService>(this);
+ registry->AddInterface<mojom::Gpu>(this);
registry->AddInterface<mojom::IMERegistrar>(this);
registry->AddInterface<mojom::IMEServer>(this);
registry->AddInterface<mojom::UserAccessManager>(this);
@@ -297,7 +297,7 @@ void Service::Create(const service_manager::Identity& remote_identity,
}
void Service::Create(const service_manager::Identity& remote_identity,
- mojom::GpuServiceRequest request) {
+ mojom::GpuRequest request) {
window_server_->gpu_proxy()->Add(std::move(request));
}
« no previous file with comments | « services/ui/service.h ('k') | services/ui/test_wm/test_wm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698