| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 0d8d12205ad118ac5c65b53d0274eef4bfc6e82b..eaacefc4b0fb3b15af05d0b013750dceb3f1b319 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -808,7 +808,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
|
|
|
|
|