Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(94)

Unified Diff: content/test/web_layer_tree_view_impl_for_testing.cc

Issue 889063002: (not for commit) Create 2nd ContextProvider for Ganesh rasterization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/renderer/render_widget.cc ('k') | ui/compositor/test/in_process_context_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « content/renderer/render_widget.cc ('k') | ui/compositor/test/in_process_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698