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

Unified Diff: content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc

Issue 2612083002: DirectCompositorFrameSink Uses CompositorFrameSinkSupport (Closed)
Patch Set: Address comments and revert changes in Android 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
Index: content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
diff --git a/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc b/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
index c4a16f2fadb5906a7521d1e0021a877ca08ca8ce..dc09a451c7245d9f3178ce502297d5d05cb8ebc1 100644
--- a/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
+++ b/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
@@ -22,7 +22,8 @@ OffscreenCanvasCompositorFrameSink::OffscreenCanvasCompositorFrameSink(
provider->GetSurfaceManager(),
frame_sink_id,
nullptr,
- nullptr),
+ true,
Fady Samuel 2017/02/07 17:42:18 Please specify what these trues mean: e.g. true /*
Alex Z. 2017/02/07 17:47:50 Done.
danakj 2017/02/07 17:47:55 and here
Alex Z. 2017/02/07 17:51:33 Done.
+ true),
client_(std::move(client)),
binding_(this, std::move(request)) {
binding_.set_connection_error_handler(
« components/exo/compositor_frame_sink.cc ('K') | « components/exo/compositor_frame_sink.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698