Index: components/exo/compositor_frame_sink.cc |
diff --git a/components/exo/compositor_frame_sink.cc b/components/exo/compositor_frame_sink.cc |
index 59a3ea4acb67a0ea7ba671f23b5f48a68ea7425a..bc037382c6ed8e8fde08e306af3c3202d1141754 100644 |
--- a/components/exo/compositor_frame_sink.cc |
+++ b/components/exo/compositor_frame_sink.cc |
@@ -18,7 +18,7 @@ namespace exo { |
CompositorFrameSink::CompositorFrameSink(const cc::FrameSinkId& frame_sink_id, |
cc::SurfaceManager* surface_manager, |
CompositorFrameSinkHolder* client) |
- : support_(this, surface_manager, frame_sink_id, nullptr, nullptr), |
+ : support_(this, surface_manager, frame_sink_id, nullptr, true, true), |
Fady Samuel
2017/02/07 17:42:18
Please specify what these trues mean: e.g. true /*
Alex Z.
2017/02/07 17:47:50
Done.
danakj
2017/02/07 17:47:55
same here
Alex Z.
2017/02/07 17:51:33
Done.
|
client_(client) {} |
CompositorFrameSink::~CompositorFrameSink() {} |