| 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 db1b27def7ece38f562e57d3d6e5b741fe212033..5eb50727ec2c3a6ed681583e955da5d817bf34de 100644
|
| --- a/ash/desktop_background/desktop_background_view.cc
|
| +++ b/ash/desktop_background/desktop_background_view.cc
|
| @@ -174,7 +174,7 @@ void DesktopBackgroundView::ShowContextMenuForView(
|
| Shell::GetInstance()->ShowContextMenu(point, source_type);
|
| }
|
|
|
| -views::Widget* CreateDesktopBackground(aura::RootWindow* root_window,
|
| +views::Widget* CreateDesktopBackground(aura::Window* root_window,
|
| int container_id) {
|
| DesktopBackgroundController* controller =
|
| Shell::GetInstance()->desktop_background_controller();
|
|
|