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

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

Issue 2527443002: Display Compositor: Allocate LocalFrameId in client. (Closed)
Patch Set: Addressed sadrul's comment Created 4 years, 1 month 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 0c4d066e37895a768142f2491c6e6b1d489ce988..16aa5b3304022fb60d6bfc1b235a9072a742a822 100644
--- a/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
+++ b/content/browser/renderer_host/offscreen_canvas_compositor_frame_sink.cc
@@ -45,6 +45,7 @@ void OffscreenCanvasCompositorFrameSink::Create(
}
void OffscreenCanvasCompositorFrameSink::SubmitCompositorFrame(
+ const cc::LocalFrameId& local_frame_Id,
sadrul 2016/11/22 19:53:29 *id
Fady Samuel 2016/11/22 20:17:26 Done.
cc::CompositorFrame frame) {
++ack_pending_count_;
surface_factory_->SubmitCompositorFrame(

Powered by Google App Engine
This is Rietveld 408576698