| Index: ash/desktop_background/desktop_background_view.cc
|
| diff --git a/ash/desktop_background/desktop_background_view.cc b/ash/desktop_background/desktop_background_view.cc
|
| index 5db91357fc9d5d054a8ea84fb9146aafc8e567f9..41345a2f0487467bd89b99feb44db11113bd1c2a 100644
|
| --- a/ash/desktop_background/desktop_background_view.cc
|
| +++ b/ash/desktop_background/desktop_background_view.cc
|
| @@ -153,7 +153,7 @@ views::Widget* CreateDesktopBackground(aura::RootWindow* root_window,
|
| views::Widget::InitParams::TYPE_WINDOW_FRAMELESS);
|
| DesktopBackgroundView* view = new DesktopBackgroundView();
|
| params.delegate = view;
|
| - if (controller->GetWallpaper().empty())
|
| + if (controller->GetWallpaper().isNull())
|
| params.transparent = true;
|
| params.parent = root_window->GetChildById(container_id);
|
| desktop_widget->Init(params);
|
|
|