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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.h

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/browser/renderer_host/render_widget_host_view_aura.h
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
index 818fcdc232908412d4ff4eb76f9097bf88b60cd8..5ef2d203feee3d9994888af3a40de0443a1cac20 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.h
+++ b/content/browser/renderer_host/render_widget_host_view_aura.h
@@ -165,6 +165,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
bool LockMouse() override;
void UnlockMouse() override;
void 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) override;
void ClearCompositorFrame() override;
void DidStopFlinging() override;

Powered by Google App Engine
This is Rietveld 408576698