| 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),
|
|
|