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

Unified Diff: gpu/command_buffer/tests/gl_manager.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
« no previous file with comments | « gpu/command_buffer/service/texture_manager_unittest.cc ('k') | gpu/gles2_conform_support/egl/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/tests/gl_manager.cc
diff --git a/gpu/command_buffer/tests/gl_manager.cc b/gpu/command_buffer/tests/gl_manager.cc
index 82a01f014b1e48666e20d9f71dfdb9749f1a40bf..4568c53403161ea1b164357bc40499ac1815fd53 100644
--- a/gpu/command_buffer/tests/gl_manager.cc
+++ b/gpu/command_buffer/tests/gl_manager.cc
@@ -107,7 +107,6 @@ void GLManager::Initialize(const GLManager::Options& options) {
share_group ? share_group : new gfx::GLShareGroup;
gfx::GpuPreference gpu_preference(gfx::PreferDiscreteGpu);
- const char* allowed_extensions = "*";
std::vector<int32> attribs;
gles2::ContextCreationAttribHelper attrib_helper;
attrib_helper.red_size_ = 8;
@@ -172,7 +171,6 @@ void GLManager::Initialize(const GLManager::Options& options) {
true,
options.size,
::gpu::gles2::DisallowedFeatures(),
- allowed_extensions,
attribs)) << "could not initialize decoder";
command_buffer_->SetPutOffsetChangeCallback(
« no previous file with comments | « gpu/command_buffer/service/texture_manager_unittest.cc ('k') | gpu/gles2_conform_support/egl/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698