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

Unified Diff: content/renderer/mus/render_widget_mus_connection.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 | « content/renderer/layout_test_dependencies.h ('k') | content/renderer/mus/render_widget_mus_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/mus/render_widget_mus_connection.h
diff --git a/content/renderer/mus/render_widget_mus_connection.h b/content/renderer/mus/render_widget_mus_connection.h
index 3b8576a98a6cea27b6bbabfd11fb933d8dd42285..52bc96614abf31d47902e3c9e0bc36ff4c49c21c 100644
--- a/content/renderer/mus/render_widget_mus_connection.h
+++ b/content/renderer/mus/render_widget_mus_connection.h
@@ -14,6 +14,7 @@
namespace gpu {
class GpuChannelHost;
+class GpuMemoryBufferManager;
}
namespace content {
@@ -29,7 +30,8 @@ class CONTENT_EXPORT RenderWidgetMusConnection
// Create a cc output surface.
std::unique_ptr<cc::CompositorFrameSink> CreateCompositorFrameSink(
- scoped_refptr<gpu::GpuChannelHost> gpu_channel_host);
+ scoped_refptr<gpu::GpuChannelHost> gpu_channel_host,
+ gpu::GpuMemoryBufferManager* gpu_memory_buffer_manager);
static RenderWidgetMusConnection* Get(int routing_id);
« no previous file with comments | « content/renderer/layout_test_dependencies.h ('k') | content/renderer/mus/render_widget_mus_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698