| Index: cc/test/layer_tree_pixel_test.cc
|
| diff --git a/cc/test/layer_tree_pixel_test.cc b/cc/test/layer_tree_pixel_test.cc
|
| index 8a053fabb188072b989688452edd8d905168f1b4..91b05d3834ae2bd5b6412e5c2e8b1d9ab5a78632 100644
|
| --- a/cc/test/layer_tree_pixel_test.cc
|
| +++ b/cc/test/layer_tree_pixel_test.cc
|
| @@ -52,7 +52,7 @@ scoped_ptr<OutputSurface> LayerTreePixelTest::CreateOutputSurface() {
|
| case PIXEL_TEST_GL: {
|
| bool flipped_output_surface = false;
|
| output_surface = make_scoped_ptr(new PixelTestOutputSurface(
|
| - new TestInProcessContextProvider, flipped_output_surface));
|
| + new TestInProcessContextProvider, nullptr, flipped_output_surface));
|
| break;
|
| }
|
| }
|
|
|