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

Unified Diff: services/ui/surfaces/compositor_frame_sink.h

Issue 2383373002: Reduce SurfaceIdAllocator usage and tie SurfaceFactory to a single FrameSinkId (Closed)
Patch Set: Rebased Created 4 years, 2 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
« no previous file with comments | « content/test/test_render_view_host.cc ('k') | services/ui/surfaces/compositor_frame_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/surfaces/compositor_frame_sink.h
diff --git a/services/ui/surfaces/compositor_frame_sink.h b/services/ui/surfaces/compositor_frame_sink.h
index 6ba22c5e87f34b698a370980e9e7c70efb998e4b..ad4f6577e852d6fbc6f8fa879c5aacfc87d08635 100644
--- a/services/ui/surfaces/compositor_frame_sink.h
+++ b/services/ui/surfaces/compositor_frame_sink.h
@@ -70,6 +70,7 @@ class CompositorFrameSink : public cc::SurfaceFactoryClient,
const cc::RenderPassList& render_passes) override;
void DisplayDidDrawAndSwap() override;
+ const cc::FrameSinkId frame_sink_id_;
scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
scoped_refptr<DisplayCompositor> display_compositor_;
cc::SurfaceFactory factory_;
« no previous file with comments | « content/test/test_render_view_host.cc ('k') | services/ui/surfaces/compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698