Chromium Code Reviews| Index: components/exo/compositor_frame_sink.cc |
| diff --git a/components/exo/compositor_frame_sink.cc b/components/exo/compositor_frame_sink.cc |
| index 28e94a8c0e1a59aa0a808bdfbfa13c78f2a9f45c..66c73116c5eae0ba256ad6fc76aa5f9ad4d92d21 100644 |
| --- a/components/exo/compositor_frame_sink.cc |
| +++ b/components/exo/compositor_frame_sink.cc |
| @@ -21,9 +21,9 @@ CompositorFrameSink::CompositorFrameSink(const cc::FrameSinkId& frame_sink_id, |
| : support_(this, |
| surface_manager, |
| frame_sink_id, |
| - nullptr, |
| true /* handles_frame_sink_id_invalidation */, |
| - true /* needs_sync_points */), |
| + true /* needs_sync_points */, |
| + false /* has_display */), |
|
danakj
2017/02/08 21:54:40
update this
Alex Z.
2017/02/08 22:07:52
Done.
|
| client_(client) {} |
| CompositorFrameSink::~CompositorFrameSink() {} |