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

Unified Diff: content/test/test_render_view_host.cc

Issue 2728183002: RendererCompositorFrameSink should handle local surface id allocation (Closed)
Patch Set: Rebase Created 3 years, 9 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/test/test_render_view_host.cc
diff --git a/content/test/test_render_view_host.cc b/content/test/test_render_view_host.cc
index b82403a22fbe508a2d5da91471c36fbd16e0f94d..288eb06d94e3ea25d851444cd05528c6e8c7a026 100644
--- a/content/test/test_render_view_host.cc
+++ b/content/test/test_render_view_host.cc
@@ -173,6 +173,7 @@ gfx::Rect TestRenderWidgetHostView::GetBoundsInRootWindow() {
void TestRenderWidgetHostView::OnSwapCompositorFrame(
uint32_t compositor_frame_sink_id,
+ cc::LocalSurfaceId local_surface_id,
Fady Samuel 2017/03/15 12:05:48 const cc::LocalSurfaceId&
Saman Sami 2017/03/16 18:33:07 Done.
cc::CompositorFrame frame) {
did_swap_compositor_frame_ = true;
}

Powered by Google App Engine
This is Rietveld 408576698