| Index: services/ui/service.cc
|
| diff --git a/services/ui/service.cc b/services/ui/service.cc
|
| index 34f4803d4984e997f8e53951e4f666b7319bb259..1291d5f6b1690572a889295f5ed5d8fba8f85bf5 100644
|
| --- a/services/ui/service.cc
|
| +++ b/services/ui/service.cc
|
| @@ -170,7 +170,7 @@ void Service::OnStart() {
|
| // TODO(kylechar): We might not always want a US keyboard layout.
|
| ui::KeyboardLayoutEngineManager::GetKeyboardLayoutEngine()
|
| ->SetCurrentLayoutByName("us");
|
| - client_native_pixmap_factory_ = ui::ClientNativePixmapFactory::Create();
|
| + client_native_pixmap_factory_ = ui::CreateClientNativePixmapFactoryOzone();
|
| ui::ClientNativePixmapFactory::SetInstance(
|
| client_native_pixmap_factory_.get());
|
|
|
|
|