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

Unified Diff: content/common/gpu/gpu_channel.cc

Issue 23660006: FeatureInfo: Remove allowed_extensions and init workarounds early (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix android_webview build Created 7 years, 3 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/common/gpu/gpu_channel.cc
diff --git a/content/common/gpu/gpu_channel.cc b/content/common/gpu/gpu_channel.cc
index 30788877cccaa01d1b826ed1bc652439035e45f2..1876250144df82efd1e425a62708c1c485c85f28 100644
--- a/content/common/gpu/gpu_channel.cc
+++ b/content/common/gpu/gpu_channel.cc
@@ -638,7 +638,6 @@ void GpuChannel::CreateViewCommandBuffer(
image_manager_.get(),
gfx::Size(),
disallowed_features_,
- init_params.allowed_extensions,
init_params.attribs,
init_params.gpu_preference,
use_virtualized_gl_context,
@@ -868,7 +867,6 @@ void GpuChannel::OnCreateOffscreenCommandBuffer(
image_manager_.get(),
size,
disallowed_features_,
- init_params.allowed_extensions,
init_params.attribs,
init_params.gpu_preference,
false,
« no previous file with comments | « content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc ('k') | content/common/gpu/gpu_command_buffer_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698