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

Unified Diff: content/browser/renderer_host/render_widget_host_view_android.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_android.h
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
index 59454f5ab7b6c5c16d67762db00846a2d4c252b2..2ceab10dc66e5d04db798a614a3d9da7a671a5a6 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/content/browser/renderer_host/render_widget_host_view_android.h
@@ -131,6 +131,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
bool LockMouse() override;
void UnlockMouse() override;
void OnSwapCompositorFrame(uint32_t compositor_frame_sink_id,
+ const cc::LocalSurfaceId& local_surface_id,
cc::CompositorFrame frame) override;
void ClearCompositorFrame() override;
void SetIsInVR(bool is_in_vr) override;
@@ -300,6 +301,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
cc::CompositorFrame frame);
void InternalSwapCompositorFrame(uint32_t compositor_frame_sink_id,
+ const cc::LocalSurfaceId& local_surface_id,
cc::CompositorFrame frame);
void DestroyDelegatedContent();
void OnLostResources();

Powered by Google App Engine
This is Rietveld 408576698