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

Unified Diff: content/renderer/render_widget.cc

Issue 213743003: Pass GL context bind_generates_resources flag to GPU Service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 9 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 | « content/content_common.gypi ('k') | gpu/GLES2/gl2extchromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_widget.cc
diff --git a/content/renderer/render_widget.cc b/content/renderer/render_widget.cc
index 5f0f7c70022f48affb4a8b7350ba49bb8cbce527..04e49a38b7ee81105f81cfa7072a2df3cfba4016 100644
--- a/content/renderer/render_widget.cc
+++ b/content/renderer/render_widget.cc
@@ -2832,7 +2832,6 @@ RenderWidget::CreateGraphicsContext3D() {
attributes.noAutomaticFlushes = true;
attributes.depth = false;
attributes.stencil = false;
- bool bind_generates_resources = false;
bool lose_context_when_out_of_memory = true;
WebGraphicsContext3DCommandBufferImpl::SharedMemoryLimits limits;
#if defined(OS_ANDROID)
@@ -2863,7 +2862,6 @@ RenderWidget::CreateGraphicsContext3D() {
GetURLForGraphicsContext3D(),
gpu_channel_host.get(),
attributes,
- bind_generates_resources,
lose_context_when_out_of_memory,
limits,
NULL));
« no previous file with comments | « content/content_common.gypi ('k') | gpu/GLES2/gl2extchromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698