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

Unified Diff: blimp/client/core/compositor/blimp_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
Index: blimp/client/core/compositor/blimp_compositor_frame_sink.h
diff --git a/blimp/client/core/compositor/blimp_compositor_frame_sink.h b/blimp/client/core/compositor/blimp_compositor_frame_sink.h
index 85ff292b3200f77ee1169820247f4d3480cdf7d7..75a8dfb22e6c33249b7a7f65ba3f26e60484c5e0 100644
--- a/blimp/client/core/compositor/blimp_compositor_frame_sink.h
+++ b/blimp/client/core/compositor/blimp_compositor_frame_sink.h
@@ -32,6 +32,8 @@ class BlimpCompositorFrameSink : public cc::CompositorFrameSink,
BlimpCompositorFrameSink(
scoped_refptr<cc::ContextProvider> compositor_context_provider,
scoped_refptr<cc::ContextProvider> worker_context_provider,
+ gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager,
+ cc::SharedBitmapManager* shared_bitmap_manager,
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner,
base::WeakPtr<BlimpCompositorFrameSinkProxy> main_thread_proxy);
« no previous file with comments | « blimp/client/core/compositor/blimp_compositor.cc ('k') | blimp/client/core/compositor/blimp_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698