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

Unified Diff: services/ui/gpu/gpu_service_impl.h

Issue 2182643003: Remove shell::Connection* parameter to InterfaceFactory<T>::Create() (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
« no previous file with comments | « services/tracing/tracing_app.cc ('k') | services/ui/gpu/gpu_service_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/gpu_service_impl.h
diff --git a/services/ui/gpu/gpu_service_impl.h b/services/ui/gpu/gpu_service_impl.h
index ac37d82d880b456f00560735f3df2d77e5056fe7..a0de7828f267be8b43786d7684f731fd0f3a6e4b 100644
--- a/services/ui/gpu/gpu_service_impl.h
+++ b/services/ui/gpu/gpu_service_impl.h
@@ -10,16 +10,11 @@
#include "services/ui/public/interfaces/gpu_memory_buffer.mojom.h"
#include "services/ui/public/interfaces/gpu_service.mojom.h"
-namespace shell {
-class Connection;
-}
-
namespace ui {
class GpuServiceImpl : public mojom::GpuService {
public:
- GpuServiceImpl(mojo::InterfaceRequest<mojom::GpuService> request,
- shell::Connection* connection);
+ GpuServiceImpl(mojo::InterfaceRequest<mojom::GpuService> request);
~GpuServiceImpl() override;
// mojom::GpuService overrides:
« no previous file with comments | « services/tracing/tracing_app.cc ('k') | services/ui/gpu/gpu_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698