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

Unified Diff: content/browser/android/in_process/synchronous_compositor_factory_impl.cc

Issue 870693003: Fix in-process share group (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 | « no previous file | gpu/command_buffer/service/in_process_command_buffer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/in_process/synchronous_compositor_factory_impl.cc
diff --git a/content/browser/android/in_process/synchronous_compositor_factory_impl.cc b/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
index 0fdf66ea9dfb8f0f849876ebc3f18eeb41b0dc5d..4767b834a2d42ef15b211dcfa4b4896baf9fa961 100644
--- a/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
+++ b/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
@@ -53,7 +53,7 @@ scoped_ptr<gpu::GLInProcessContext> CreateOffscreenContext(
gfx::kNullAcceleratedWidget,
gfx::Size(1, 1),
NULL /* share_context */,
- true, // TODO(sievers): Use attributes.shareResources. crbug/443464.
+ attributes.shareResources,
in_process_attribs,
gpu_preference,
gpu::GLInProcessContextSharedMemoryLimits(),
« no previous file with comments | « no previous file | gpu/command_buffer/service/in_process_command_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698