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

Unified Diff: services/ui/ws/frame_generator.h

Issue 2579693004: GpuCompositorFrameSink implements cc::mojom::DisplayPrivate (Closed)
Patch Set: Addressed comments Created 4 years 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: services/ui/ws/frame_generator.h
diff --git a/services/ui/ws/frame_generator.h b/services/ui/ws/frame_generator.h
index 0e872bf7a1ff1341b3ad95fe05b387c2d57d3996..d065d58ca42a135effdc635fba262f891ad5f2d9 100644
--- a/services/ui/ws/frame_generator.h
+++ b/services/ui/ws/frame_generator.h
@@ -123,6 +123,7 @@ class FrameGenerator : public ServerWindowTracker,
cc::LocalFrameId local_frame_id_;
cc::SurfaceIdAllocator id_allocator_;
cc::mojom::MojoCompositorFrameSinkPtr compositor_frame_sink_;
+ cc::mojom::DisplayPrivatePtr display_private_;
// Active references held by this client to surfaces that could be embedded in
// a CompositorFrame submitted from FrameGenerator.

Powered by Google App Engine
This is Rietveld 408576698