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

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

Issue 9696053: Revert 125989 - Temporarily disable image transport surface on windows. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1025_52/src/
Patch Set: Created 8 years, 9 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/common/sandbox_policy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/image_transport_surface_win.cc
===================================================================
--- content/common/gpu/image_transport_surface_win.cc (revision 126482)
+++ content/common/gpu/image_transport_surface_win.cc (working copy)
@@ -183,9 +183,7 @@
gfx::PluginWindowHandle handle) {
scoped_refptr<gfx::GLSurface> surface;
- // Temporarily disabling the image transport surface to test whether it
- // contributes to memory bloat.
- if (false && gfx::GetGLImplementation() == gfx::kGLImplementationEGLGLES2 &&
+ if (gfx::GetGLImplementation() == gfx::kGLImplementationEGLGLES2 &&
!CommandLine::ForCurrentProcess()->HasSwitch(
switches::kDisableImageTransportSurface)) {
const char* extensions = eglQueryString(eglGetDisplay(EGL_DEFAULT_DISPLAY),
« no previous file with comments | « no previous file | content/common/sandbox_policy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698