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

Unified Diff: content/renderer/render_thread_impl.cc

Issue 2698793002: cc: Enable use of render surfaces for Android WebView (Closed)
Patch Set: softwaredraw-allow-surfaces: todo-bug Created 3 years, 10 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/android/synchronous_compositor_frame_sink.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_thread_impl.cc
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
index 65945ddfb4acf4db0ece97e5eb225be15d6cb13b..736df57bf588818ea6cd16353bb7b97938338495 100644
--- a/content/renderer/render_thread_impl.cc
+++ b/content/renderer/render_thread_impl.cc
@@ -1984,8 +1984,8 @@ RenderThreadImpl::CreateCompositorFrameSink(
if (sync_compositor_message_filter_) {
return base::MakeUnique<SynchronousCompositorFrameSink>(
std::move(context_provider), std::move(worker_context_provider),
- GetGpuMemoryBufferManager(), routing_id, compositor_frame_sink_id,
- CreateExternalBeginFrameSource(routing_id),
+ GetGpuMemoryBufferManager(), shared_bitmap_manager(), routing_id,
+ compositor_frame_sink_id, CreateExternalBeginFrameSource(routing_id),
sync_compositor_message_filter_.get(),
std::move(frame_swap_message_queue));
}
« no previous file with comments | « content/renderer/android/synchronous_compositor_frame_sink.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698