summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_main_loop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/browser_main_loop.cc')
-rw-r--r--content/browser/browser_main_loop.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index 50d0d82..7c90c64 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -469,8 +469,6 @@ void BrowserMainLoop::EarlyInitialization() {
if (parsed_command_line_.HasSwitch(switches::kEnableNativeGpuMemoryBuffers)) {
BrowserGpuChannelHostFactory::EnableGpuMemoryBufferFactoryUsage(
gfx::GpuMemoryBuffer::MAP);
- BrowserGpuChannelHostFactory::EnableGpuMemoryBufferFactoryUsage(
- gfx::GpuMemoryBuffer::PERSISTENT_MAP);
}
#if defined(USE_OZONE)