| Index: cc/surfaces/direct_compositor_frame_sink_unittest.cc
 | 
| diff --git a/cc/surfaces/direct_compositor_frame_sink_unittest.cc b/cc/surfaces/direct_compositor_frame_sink_unittest.cc
 | 
| index 8589a5266231ba4ed0f133f5e836b95fdb564e5b..75a06d98df5c1963896b1a93f0d9ef539607cb1c 100644
 | 
| --- a/cc/surfaces/direct_compositor_frame_sink_unittest.cc
 | 
| +++ b/cc/surfaces/direct_compositor_frame_sink_unittest.cc
 | 
| @@ -57,7 +57,8 @@ class DirectCompositorFrameSinkTest : public testing::Test {
 | 
|          base::MakeUnique<TextureMailboxDeleter>(task_runner_.get())));
 | 
|      compositor_frame_sink_.reset(new DirectCompositorFrameSink(
 | 
|          kArbitraryFrameSinkId, &surface_manager_, display_.get(),
 | 
| -        context_provider_, nullptr));
 | 
| +        context_provider_, nullptr, &gpu_memory_buffer_manager_,
 | 
| +        &bitmap_manager_));
 | 
|  
 | 
|      compositor_frame_sink_->BindToClient(&compositor_frame_sink_client_);
 | 
|      display_->Resize(display_size_);
 | 
| 
 |