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 86b1fa4b6b2570662a165fce6372c255d6f1e03a..45a4a2883e858c5daa525d63940117d946d457ed 100644 |
--- a/content/test/web_layer_tree_view_impl_for_testing.cc |
+++ b/content/test/web_layer_tree_view_impl_for_testing.cc |
@@ -127,10 +127,11 @@ void WebLayerTreeViewImplForTesting::ApplyViewportDeltas( |
} |
void WebLayerTreeViewImplForTesting::RequestNewOutputSurface() { |
- bool flipped_output_surface = false; |
- layer_tree_host_->SetOutputSurface( |
- make_scoped_ptr(new cc::PixelTestOutputSurface( |
- cc::TestContextProvider::Create(), flipped_output_surface))); |
+ // TODO(crbug.com/540026): Fix crashes with real OutputSurface |
+ // bool flipped_output_surface = false; |
+ // layer_tree_host_->SetOutputSurface( |
+ // make_scoped_ptr(new cc::PixelTestOutputSurface( |
+ // cc::TestContextProvider::Create(), flipped_output_surface))); |
} |
void WebLayerTreeViewImplForTesting::DidFailToInitializeOutputSurface() { |