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

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

Issue 1900713006: Remove the android browser compositor context from global share group. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e59169c49eee5c3ef61d84c8848c42f2d362073d..df2cce39c6a97e8a25ba3dc62f1d9cf6f82af3d0 100644
--- a/content/browser/renderer_host/compositor_impl_android.cc
+++ b/content/browser/renderer_host/compositor_impl_android.cc
@@ -524,7 +524,7 @@ void CompositorImpl::CreateOutputSurface() {
GURL url("chrome://gpu/CompositorImpl::CreateOutputSurface");
gpu::SurfaceHandle surface_handle =
GpuSurfaceTracker::Get()->GetSurfaceHandle(surface_id_);
- constexpr bool share_resources = true;
+ constexpr bool share_resources = false;
constexpr bool automatic_flushes = false;
gpu::SharedMemoryLimits limits;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698