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

Unified Diff: blimp/client/core/compositor/blimp_compositor.h

Issue 2383373002: Reduce SurfaceIdAllocator usage and tie SurfaceFactory to a single FrameSinkId (Closed)
Patch Set: Fix TestRenderViewHost + Mac 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
Index: blimp/client/core/compositor/blimp_compositor.h
diff --git a/blimp/client/core/compositor/blimp_compositor.h b/blimp/client/core/compositor/blimp_compositor.h
index dccf20520e851de1d0a54ca8d0e1059f34e25b73..4389a3a69cd5d120530ee1ad7e8e3b133fcebaef 100644
--- a/blimp/client/core/compositor/blimp_compositor.h
+++ b/blimp/client/core/compositor/blimp_compositor.h
@@ -189,6 +189,8 @@ class BlimpCompositor : public cc::LayerTreeHostClient,
BlimpCompositorDependencies* compositor_dependencies_;
+ cc::FrameSinkId frame_sink_id_;
+
std::unique_ptr<cc::LayerTreeHost> host_;
// The SurfaceFactory is bound to the lifetime of the |proxy_client_|. When

Powered by Google App Engine
This is Rietveld 408576698