| Index: ash/mus/window_manager.cc
|
| diff --git a/ash/mus/window_manager.cc b/ash/mus/window_manager.cc
|
| index 3be7ba8a1dee8a33e9aca00f3fa46e8ac4e5b951..9bb99f7e349684b389591aad2b8f276dcf24db67 100644
|
| --- a/ash/mus/window_manager.cc
|
| +++ b/ash/mus/window_manager.cc
|
| @@ -220,7 +220,7 @@ bool WindowManager::OnWmSetProperty(
|
| void WindowManager::OnWmClientJankinessChanged(
|
| const std::set<::mus::Window*>& client_windows,
|
| bool janky) {
|
| - for (auto window : client_windows)
|
| + for (auto* window : client_windows)
|
| SetWindowIsJanky(window, janky);
|
| }
|
|
|
|
|