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

Unified Diff: services/ui/public/cpp/window_compositor_frame_sink.h

Issue 2452483002: Move GpuMemoryBufferManager and SharedBitmapManager to CompositorFrameSink (Closed)
Patch Set: rebase Created 4 years, 2 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/ui/public/cpp/window.cc ('k') | services/ui/public/cpp/window_compositor_frame_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/window_compositor_frame_sink.h
diff --git a/services/ui/public/cpp/window_compositor_frame_sink.h b/services/ui/public/cpp/window_compositor_frame_sink.h
index 88a7df872c03b380f2d68b7caa9dc49d24300079..2bb98687125879acab6f7bc721457e96b6af9651 100644
--- a/services/ui/public/cpp/window_compositor_frame_sink.h
+++ b/services/ui/public/cpp/window_compositor_frame_sink.h
@@ -28,6 +28,7 @@ class WindowCompositorFrameSink
// static
static std::unique_ptr<WindowCompositorFrameSink> Create(
scoped_refptr<cc::ContextProvider> context_provider,
+ gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager,
std::unique_ptr<WindowCompositorFrameSinkBinding>*
compositor_frame_sink_binding);
@@ -43,6 +44,7 @@ class WindowCompositorFrameSink
WindowCompositorFrameSink(
scoped_refptr<cc::ContextProvider> context_provider,
+ gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager,
mojo::InterfacePtrInfo<cc::mojom::MojoCompositorFrameSink>
compositor_frame_sink_info,
cc::mojom::MojoCompositorFrameSinkClientRequest client_request);
« no previous file with comments | « services/ui/public/cpp/window.cc ('k') | services/ui/public/cpp/window_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698