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

Unified Diff: gpu/command_buffer/client/gl_in_process_context.h

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: gpu/command_buffer/client/gl_in_process_context.h
diff --git a/gpu/command_buffer/client/gl_in_process_context.h b/gpu/command_buffer/client/gl_in_process_context.h
index 3fe82aafda2abc2006481b098e3c561830be693c..1be0d9da92bcf36804d133278b9b36457e9a4b52 100644
--- a/gpu/command_buffer/client/gl_in_process_context.h
+++ b/gpu/command_buffer/client/gl_in_process_context.h
@@ -54,7 +54,6 @@ class GLES2_IMPL_EXPORT GLInProcessContext {
gfx::AcceleratedWidget window,
const gfx::Size& size,
bool share_resources,
- const char* allowed_extensions,
const GLInProcessContextAttribs& attribs,
gfx::GpuPreference gpu_preference);
@@ -65,7 +64,6 @@ class GLES2_IMPL_EXPORT GLInProcessContext {
static GLInProcessContext* CreateWithSurface(
scoped_refptr<gfx::GLSurface> surface,
bool share_resources,
- const char* allowed_extensions,
const GLInProcessContextAttribs& attribs,
gfx::GpuPreference gpu_preference);
« no previous file with comments | « content/renderer/pepper/pepper_platform_context_3d.cc ('k') | gpu/command_buffer/client/gl_in_process_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698