Chromium Code Reviews| Index: content/browser/browser_main_loop.cc |
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
| index 643cd38bc40b1753c6c379a4943d777f21ab29bf..98675210bbdd5433c967a4c9d19d0c2083dee482 100644 |
| --- a/content/browser/browser_main_loop.cc |
| +++ b/content/browser/browser_main_loop.cc |
| @@ -469,6 +469,7 @@ void BrowserMainLoop::EarlyInitialization() { |
| if (parsed_command_line_.HasSwitch(switches::kEnableNativeGpuMemoryBuffers)) { |
| BrowserGpuChannelHostFactory::EnableGpuMemoryBufferFactoryUsage( |
| gfx::GpuMemoryBuffer::MAP); |
| + // TODO(reveman): No support for native PERSISTENT_MAP. crbug.com/489438 |
|
reveman
2015/05/19 16:12:12
It shouldn't hurt to enable PERSISTENT_MAP here to
danakj
2015/05/19 22:19:43
Done.
|
| } |
| #if defined(USE_OZONE) |