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

Unified Diff: content/browser/renderer_host/compositor_impl_android.cc

Issue 101223005: Plumbing explicit share groups through context creation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Large rebase Created 6 years, 10 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 aabebfbc9058f2ab724be8a74921aba5e627c490..abb199be1458c8b19283971e4314347dac6713e2 100644
--- a/content/browser/renderer_host/compositor_impl_android.cc
+++ b/content/browser/renderer_host/compositor_impl_android.cc
@@ -399,7 +399,8 @@ CreateGpuProcessViewContext(
gpu_channel_host.get(),
attributes,
false,
- limits));
+ limits,
+ NULL));
}
scoped_ptr<cc::OutputSurface> CompositorImpl::CreateOutputSurface(

Powered by Google App Engine
This is Rietveld 408576698