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

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

Issue 2579693004: GpuCompositorFrameSink implements cc::mojom::DisplayPrivate (Closed)
Patch Set: Address 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 6b0505994690e4cbe104934efd46649cc90e23cb..706f851e1b0ba581f4a2624323119d5a7b14f01c 100644
--- a/services/ui/ws/frame_generator.h
+++ b/services/ui/ws/frame_generator.h
@@ -128,6 +128,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