| Index: content/test/web_layer_tree_view_impl_for_testing.cc
|
| diff --git a/content/test/web_layer_tree_view_impl_for_testing.cc b/content/test/web_layer_tree_view_impl_for_testing.cc
|
| index ae83d342bf1e42c84fa8c3a08300abe5d0c7d47f..edb9dd6bdee731aeeb5a9bdabd3937055f7850fd 100644
|
| --- a/content/test/web_layer_tree_view_impl_for_testing.cc
|
| +++ b/content/test/web_layer_tree_view_impl_for_testing.cc
|
| @@ -157,7 +157,7 @@ void WebLayerTreeViewImplForTesting::RequestNewOutputSurface() {
|
| bool flipped_output_surface = false;
|
| layer_tree_host_->SetOutputSurface(
|
| make_scoped_ptr(new cc::PixelTestOutputSurface(
|
| - cc::TestContextProvider::Create(), flipped_output_surface)));
|
| + cc::TestContextProvider::Create(), nullptr, flipped_output_surface)));
|
| }
|
|
|
| void WebLayerTreeViewImplForTesting::DidFailToInitializeOutputSurface() {
|
|
|