| Index: ash/wm/screen_dimmer.cc
|
| diff --git a/ash/wm/screen_dimmer.cc b/ash/wm/screen_dimmer.cc
|
| index 614a21e9273b18cee701a4c57c6566ca0c740796..e0ba5e63ef27221b333f47b4fa31d959de486b8b 100644
|
| --- a/ash/wm/screen_dimmer.cc
|
| +++ b/ash/wm/screen_dimmer.cc
|
| @@ -53,7 +53,7 @@ aura::Window::Windows ScreenDimmer::GetAllContainers() {
|
| ash::kShellWindowId_LockScreenContainersContainer);
|
| }
|
|
|
| -void ScreenDimmer::OnRootWindowAdded(WmWindow* root_window) {
|
| +void ScreenDimmer::OnRootWindowAdded(aura::Window* root_window) {
|
| Update(is_dimming_);
|
| }
|
|
|
|
|