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

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

Issue 916723002: cc: Add threaded GPU rasterization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix SynchronousCompositor setup. Created 5 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/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 1e779ce666867a933c6f636d62170e6f0c4b5af0..afbd51ed0ec74b91303ba301b5509f44c9c2258c 100644
--- a/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
+++ b/content/browser/android/in_process/synchronous_compositor_factory_impl.cc
@@ -81,7 +81,7 @@ scoped_ptr<gpu::GLInProcessContext> CreateContext(
gfx::kNullAcceleratedWidget,
gfx::Size(1, 1),
NULL /* share_context */,
- false /* share_resources */,
+ true /* share_resources */,
boliu 2015/02/13 18:04:05 This is causing video context to fail (the call fr
vmiura 2015/02/13 19:52:34 Done.
in_process_attribs,
gpu_preference,
mem_limits,

Powered by Google App Engine
This is Rietveld 408576698