| Index: content/browser/renderer_host/render_widget_host_view_android.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_android.cc b/content/browser/renderer_host/render_widget_host_view_android.cc
|
| index d8a3a745ff675fb6d5552246ce64d905771ef848..0f68606c293fbf6ceee94d11abbcd53841aa5209 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.cc
|
| @@ -179,10 +179,8 @@ void GLHelperHolder::Initialize() {
|
| limits.mapped_memory_reclaim_limit =
|
| WebGraphicsContext3DCommandBufferImpl::kNoLimit;
|
|
|
| - bool share_resources = true;
|
| - // TODO(danakj): This should be false probably, it is for the main thread
|
| - // context which is used for GLHelper.
|
| - bool automatic_flushes = true;
|
| + bool share_resources = false;
|
| + bool automatic_flushes = false;
|
| GURL url("chrome://gpu/RenderWidgetHostViewAndroid");
|
|
|
| std::unique_ptr<WebGraphicsContext3DCommandBufferImpl> context(
|
|
|