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

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

Issue 2400593002: Mus+Ash: Fix the FrameSinkId of the FrameGenerator's CompositorFrameSink (Closed)
Patch Set: Fixed FrameGeneratorTest 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 | « services/ui/surfaces/compositor_frame_sink.cc ('k') | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/frame_generator.h
diff --git a/services/ui/ws/frame_generator.h b/services/ui/ws/frame_generator.h
index 70e54ca6ef49ce93b2df1ab80f17a8ec95ba0708..af50d539b2eff6c4603e6950afe9914e3288ca05 100644
--- a/services/ui/ws/frame_generator.h
+++ b/services/ui/ws/frame_generator.h
@@ -9,6 +9,7 @@
#include "base/macros.h"
#include "base/timer/timer.h"
+#include "cc/surfaces/frame_sink_id.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/native_widget_types.h"
@@ -86,6 +87,7 @@ class FrameGenerator {
FrameGeneratorDelegate* delegate_;
scoped_refptr<DisplayCompositor> display_compositor_;
+ cc::FrameSinkId frame_sink_id_;
scoped_refptr<gpu::GpuChannelHost> gpu_channel_;
std::unique_ptr<surfaces::CompositorFrameSink> compositor_frame_sink_;
« no previous file with comments | « services/ui/surfaces/compositor_frame_sink.cc ('k') | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698