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 fbe4e4183fb8152d40ac049f308e837d2fe4b22b..f7ab9c27e36fa731563fdda72f6181d558ddd197 100644 |
--- a/cc/test/layer_tree_pixel_test.cc |
+++ b/cc/test/layer_tree_pixel_test.cc |
@@ -53,7 +53,8 @@ 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, new TestInProcessContextProvider, |
+ flipped_output_surface)); |
break; |
} |
} |