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

Unified Diff: content/browser/android/in_process/synchronous_compositor_output_surface.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/browser/android/in_process/synchronous_compositor_output_surface.cc
diff --git a/content/browser/android/in_process/synchronous_compositor_output_surface.cc b/content/browser/android/in_process/synchronous_compositor_output_surface.cc
index 1919d73bf1918a3a52291e2ec322780526038c88..333ec784958469136b4dc262c67000aca0303231 100644
--- a/content/browser/android/in_process/synchronous_compositor_output_surface.cc
+++ b/content/browser/android/in_process/synchronous_compositor_output_surface.cc
@@ -34,7 +34,6 @@ CreateWebGraphicsContext3D(scoped_refptr<gfx::GLSurface> surface) {
if (!gfx::GLSurface::InitializeOneOff())
return scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>();
- const char* allowed_extensions = "*";
const gfx::GpuPreference gpu_preference = gfx::PreferDiscreteGpu;
WebKit::WebGraphicsContext3D::Attributes attributes;
@@ -48,7 +47,6 @@ CreateWebGraphicsContext3D(scoped_refptr<gfx::GLSurface> surface) {
scoped_ptr<gpu::GLInProcessContext> context(
gpu::GLInProcessContext::CreateWithSurface(surface,
attributes.shareResources,
- allowed_extensions,
in_process_attribs,
gpu_preference));
« no previous file with comments | « content/browser/android/in_process/synchronous_compositor_impl.cc ('k') | content/common/gpu/client/gpu_channel_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698