| Index: ui/app_list/search_result_view.cc
|
| diff --git a/ui/app_list/search_result_view.cc b/ui/app_list/search_result_view.cc
|
| index a950b98fddeb2fe2c0534cfe9169678161a897c0..7c71e8e9fccb6b89dad6b46e986b6e1fa6f2868c 100644
|
| --- a/ui/app_list/search_result_view.cc
|
| +++ b/ui/app_list/search_result_view.cc
|
| @@ -211,7 +211,7 @@ void SearchResultView::OnIconChanged() {
|
| // looks nicer to keep the stale icon for a little while on screen instead of
|
| // clearing it out. It should work correctly as long as the SearchResult does
|
| // not forget to SetIcon when it's ready.
|
| - if (image.empty())
|
| + if (image.isNull())
|
| return;
|
|
|
| // Scales down big icons but leave small ones unchanged.
|
|
|