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

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

Issue 2612083002: DirectCompositorFrameSink Uses CompositorFrameSinkSupport (Closed)
Patch Set: Created 3 years, 11 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: services/ui/surfaces/gpu_compositor_frame_sink.h
diff --git a/services/ui/surfaces/gpu_compositor_frame_sink.h b/services/ui/surfaces/gpu_compositor_frame_sink.h
index 89e361812ac5e96fd41d4a9470972da8eea09c69..c40f38cb816b8cb40b64c550fabb9d489aef69c1 100644
--- a/services/ui/surfaces/gpu_compositor_frame_sink.h
+++ b/services/ui/surfaces/gpu_compositor_frame_sink.h
@@ -83,6 +83,7 @@ class GpuCompositorFrameSink : public cc::CompositorFrameSinkSupportClient,
DisplayCompositor* const display_compositor_;
+ std::unique_ptr<cc::Display> display_;
cc::CompositorFrameSinkSupport support_;
bool client_connection_lost_ = false;

Powered by Google App Engine
This is Rietveld 408576698