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

Unified Diff: content/browser/renderer_host/compositor_impl_android.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
Index: content/browser/renderer_host/compositor_impl_android.cc
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc
index e1edf05744ec00746bf147981d2ddb680fb96c20..d214e69e0a313f33bb52af2048f25deabc8090ea 100644
--- a/content/browser/renderer_host/compositor_impl_android.cc
+++ b/content/browser/renderer_host/compositor_impl_android.cc
@@ -597,7 +597,7 @@ void CompositorImpl::CreateOutputSurface() {
base::MessageLoopProxy::current()));
scoped_ptr<SurfaceDisplayOutputSurface> surface_output_surface(
new SurfaceDisplayOutputSurface(manager, surface_id_allocator_.get(),
- context_provider));
+ context_provider, nullptr));
display_client_->set_surface_output_surface(surface_output_surface.get());
surface_output_surface->set_display_client(display_client_.get());

Powered by Google App Engine
This is Rietveld 408576698