| Index: ash/desktop_background/desktop_background_widget_controller.h
|
| diff --git a/ash/desktop_background/desktop_background_widget_controller.h b/ash/desktop_background/desktop_background_widget_controller.h
|
| index d5653328bf04206e1cbdb671c9796603b5f5bf16..7017eb07afcf6811c69de77654025627a4933612 100644
|
| --- a/ash/desktop_background/desktop_background_widget_controller.h
|
| +++ b/ash/desktop_background/desktop_background_widget_controller.h
|
| @@ -37,8 +37,8 @@ class DesktopBackgroundWidgetController : public views::WidgetObserver {
|
|
|
| // Move component from |src_container| in |root_window| to |dest_container|.
|
| // It is required for lock screen, when we need to move background so that
|
| - // it hides user's windows.
|
| - void Reparent(aura::RootWindow* root_window,
|
| + // it hides user's windows. Returns true if there was something to reparent.
|
| + bool Reparent(aura::RootWindow* root_window,
|
| int src_container,
|
| int dest_container);
|
|
|
|
|