| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index e5ee0cfc3ae607054efc2437abbda88c43ac6914..49be77a2c55aa64bb68d7e4da3fe7ae4f5fb506b 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -620,6 +620,8 @@ void BrowserMainLoop::PostMainMessageLoopStart() {
|
| client_native_pixmap_factory_ = ui::ClientNativePixmapFactory::Create();
|
| ui::ClientNativePixmapFactory::SetInstance(
|
| client_native_pixmap_factory_.get());
|
| + ui::ClientNativePixmapFactory::GetInstance()->SetVgemFD(base::FileDescriptor(
|
| + ui::ClientNativePixmapFactory::GetInstance()->OpenVgemFD(), true));
|
| #endif
|
|
|
| if (parsed_command_line_.HasSwitch(switches::kMemoryMetrics)) {
|
|
|