| 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 31d30a4b676ffa627c501a922a00f0d735234818..370995e33f7e3840bd8af6fef682962411080c2c 100644
|
| --- a/cc/test/layer_tree_pixel_test.cc
|
| +++ b/cc/test/layer_tree_pixel_test.cc
|
| @@ -51,8 +51,9 @@ scoped_ptr<OutputSurface> LayerTreePixelTest::CreateOutputSurface(
|
| break;
|
| }
|
| case PIXEL_TEST_GL: {
|
| - output_surface = make_scoped_ptr(
|
| - new PixelTestOutputSurface(new TestInProcessContextProvider));
|
| + bool flipped_output_surface = false;
|
| + output_surface = make_scoped_ptr(new PixelTestOutputSurface(
|
| + new TestInProcessContextProvider, flipped_output_surface));
|
| break;
|
| }
|
| }
|
|
|