| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index ca35b9a8fe0e315c4bd001144b6ce5d2dea224d7..cd580864220b0cbacff340f5988ece74b3c48eef 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -809,7 +809,7 @@ void BrowserMainLoop::PostMainMessageLoopStart() {
|
|
|
| #if defined(USE_OZONE)
|
| client_native_pixmap_factory_ = ui::CreateClientNativePixmapFactoryOzone();
|
| - ui::ClientNativePixmapFactory::SetInstance(
|
| + gfx::ClientNativePixmapFactory::SetInstance(
|
| client_native_pixmap_factory_.get());
|
| #endif
|
|
|
|
|