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

Unified Diff: content/browser/android/in_process/synchronous_compositor_impl.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 | « no previous file | content/browser/android/in_process/synchronous_compositor_output_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/in_process/synchronous_compositor_impl.cc
diff --git a/content/browser/android/in_process/synchronous_compositor_impl.cc b/content/browser/android/in_process/synchronous_compositor_impl.cc
index 97bbfe906a3f46f223cab780611eb85ecfa9783f..cee36cd69e2defd82eee4d76b37191a1ddacf5c0 100644
--- a/content/browser/android/in_process/synchronous_compositor_impl.cc
+++ b/content/browser/android/in_process/synchronous_compositor_impl.cc
@@ -106,7 +106,6 @@ class SynchronousCompositorFactoryImpl : public SynchronousCompositorFactory {
if (!gfx::GLSurface::InitializeOneOff())
return scoped_ptr<WebGraphicsContext3DInProcessCommandBufferImpl>();
- const char* allowed_extensions = "*";
const gfx::GpuPreference gpu_preference = gfx::PreferDiscreteGpu;
WebKit::WebGraphicsContext3D::Attributes attributes;
@@ -122,7 +121,6 @@ class SynchronousCompositorFactoryImpl : public SynchronousCompositorFactory {
NULL,
gfx::Size(1, 1),
attributes.shareResources,
- allowed_extensions,
in_process_attribs,
gpu_preference));
« no previous file with comments | « no previous file | content/browser/android/in_process/synchronous_compositor_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698