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

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

Issue 2942283002: viz: Use a simple GpuMemoryBufferManager implementation. (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | services/ui/gpu/gpu_main.cc » ('j') | services/ui/gpu/gpu_main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/gpu_main.h
diff --git a/services/ui/gpu/gpu_main.h b/services/ui/gpu/gpu_main.h
index 4b8717454370db0c65aee6bfa8e72bfbd3026165..032ba08e21a258f27ee112854ba69eb066e4ed25 100644
--- a/services/ui/gpu/gpu_main.h
+++ b/services/ui/gpu/gpu_main.h
@@ -56,14 +56,12 @@ class GpuMain : public gpu::GpuSandboxHelper, public mojom::GpuMain {
cc::mojom::FrameSinkManagerClientPtrInfo client_info);
void CreateFrameSinkManagerOnCompositorThread(
gpu::ImageFactory* image_factory,
- mojom::GpuServicePtrInfo gpu_service_info,
cc::mojom::FrameSinkManagerRequest request,
cc::mojom::FrameSinkManagerClientPtrInfo client_info);
void CreateGpuServiceOnGpuThread(mojom::GpuServiceRequest request,
mojom::GpuHostPtr gpu_host,
const gpu::GpuPreferences& preferences,
gpu::GpuProcessActivityFlags activity_flags);
- void BindGpuInternalOnGpuThread(mojom::GpuServiceRequest request);
void TearDownOnCompositorThread();
void TearDownOnGpuThread();
@@ -76,10 +74,6 @@ class GpuMain : public gpu::GpuSandboxHelper, public mojom::GpuMain {
std::unique_ptr<gpu::GpuInit> gpu_init_;
std::unique_ptr<GpuService> gpu_service_;
- // The message-pipe used by the FrameSinkManager to request gpu memory
- // buffers.
- mojom::GpuServicePtr gpu_internal_;
-
// The InCommandCommandBuffer::Service used by the frame sink manager.
scoped_refptr<gpu::InProcessCommandBuffer::Service> gpu_command_service_;
« no previous file with comments | « no previous file | services/ui/gpu/gpu_main.cc » ('j') | services/ui/gpu/gpu_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698