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

Unified Diff: blimp/client/support/compositor/blimp_embedder_compositor.cc

Issue 2468633002: Replaced cc::Display::SetSurfaceId() with SetLocalFrameId() (Closed)
Patch Set: rebase and minor bug fixes 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
« no previous file with comments | « android_webview/browser/surfaces_instance.cc ('k') | cc/surfaces/direct_compositor_frame_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/support/compositor/blimp_embedder_compositor.cc
diff --git a/blimp/client/support/compositor/blimp_embedder_compositor.cc b/blimp/client/support/compositor/blimp_embedder_compositor.cc
index 28317435bdb6d9f879249278ba3877abd0822e8b..e15c0c8bf733a2bb06d5819e98961184772958a0 100644
--- a/blimp/client/support/compositor/blimp_embedder_compositor.cc
+++ b/blimp/client/support/compositor/blimp_embedder_compositor.cc
@@ -218,8 +218,9 @@ void BlimpEmbedderCompositor::HandlePendingCompositorFrameSinkRequest() {
display_ = base::MakeUnique<cc::Display>(
shared_bitmap_manager, gpu_memory_buffer_manager,
- host_->GetSettings().renderer_settings, std::move(begin_frame_source),
- std::move(display_output_surface), std::move(scheduler),
+ host_->GetSettings().renderer_settings, frame_sink_id_,
+ std::move(begin_frame_source), std::move(display_output_surface),
+ std::move(scheduler),
base::MakeUnique<cc::TextureMailboxDeleter>(task_runner.get()));
display_->SetVisible(true);
display_->Resize(viewport_size_in_px_);
« no previous file with comments | « android_webview/browser/surfaces_instance.cc ('k') | cc/surfaces/direct_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698