| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index d8e4778ab3723e32a83a775264fcedc42b1ed62b..00489ef36c9f9122e294a2543ab52c992078cbb0 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -109,7 +109,7 @@
|
| #endif
|
|
|
| #if defined(USE_OZONE)
|
| -#include "ui/ozone/public/client_native_pixmap_manager.h"
|
| +#include "content/browser/gpu/browser_client_native_pixmap_manager_ozone.h"
|
| #endif
|
|
|
| #if defined(OS_WIN)
|
| @@ -619,9 +619,8 @@ void BrowserMainLoop::PostMainMessageLoopStart() {
|
| #endif
|
|
|
| #if defined(USE_OZONE)
|
| - client_native_pixmap_manager_ = ui::ClientNativePixmapManager::Create();
|
| ui::ClientNativePixmapManager::SetInstance(
|
| - client_native_pixmap_manager_.get());
|
| + BrowserClientNativePixmapManager::GetInstance());
|
| #endif
|
|
|
| if (parsed_command_line_.HasSwitch(switches::kMemoryMetrics)) {
|
|
|