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

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

Issue 2337913003: Fork cc::OutputSurface into cc::CompositorFrameSink. (Closed)
Patch Set: cfsfork: android-vulkan Created 4 years, 3 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_impl.h
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
index 03da6a4504a9774b86a5d2d314b5a5019ad7e96f..54962187523715179e2eb7d485d13f6cd6bef5eb 100644
--- a/content/browser/renderer_host/render_widget_host_impl.h
+++ b/content/browser/renderer_host/render_widget_host_impl.h
@@ -427,7 +427,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost,
// Called by the view in response to OnSwapCompositorFrame.
static void SendReclaimCompositorResources(
int32_t route_id,
- uint32_t output_surface_id,
+ uint32_t compositor_frame_sink_id,
int renderer_host_id,
bool is_swap_ack,
const cc::ReturnedResourceArray& resources);
« no previous file with comments | « content/browser/renderer_host/delegated_frame_host.cc ('k') | content/browser/renderer_host/render_widget_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698