| Index: ash/desktop_background/desktop_background_controller.h
|
| diff --git a/ash/desktop_background/desktop_background_controller.h b/ash/desktop_background/desktop_background_controller.h
|
| index a286fb3f78cd37548627ee95a47f4e5058d7c8a9..8285f9ca8d298c2f33d0fa2a6090579a29f062e5 100644
|
| --- a/ash/desktop_background/desktop_background_controller.h
|
| +++ b/ash/desktop_background/desktop_background_controller.h
|
| @@ -97,7 +97,7 @@ class ASH_EXPORT DesktopBackgroundController
|
| void OnDisplayConfigurationChanged() override;
|
|
|
| // ShellObserver:
|
| - void OnRootWindowAdded(aura::Window* root_window) override;
|
| + void OnRootWindowAdded(WmWindow* root_window) override;
|
|
|
| // Returns the maximum size of all displays combined in native
|
| // resolutions. Note that this isn't the bounds of the display who
|
|
|