Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index 69a7cce4ed609681d467aece191debc0396f8fca..581d203dcc447f2e1f7d5b74cefec63646ba826d 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -108,7 +108,7 @@ |
#endif |
#if defined(USE_OZONE) |
-#include "ui/ozone/public/native_pixmap_manager.h" |
+#include "content/browser/gpu/browser_native_pixmap_manager_ozone.h" |
#endif |
#if defined(OS_WIN) |
@@ -619,7 +619,8 @@ void BrowserMainLoop::PostMainMessageLoopStart() { |
#if defined(USE_OZONE) |
DCHECK(!ui::NativePixmapManager::GetInstance()); |
- ui::NativePixmapManager::SetInstance(ui::NativePixmapManager::Create()); |
+ ui::NativePixmapManager::SetInstance( |
+ BrowserNativePixmapManager::GetInstance()); |
#endif |
if (parsed_command_line_.HasSwitch(switches::kMemoryMetrics)) { |