| Index: ash/wm/common/workspace/workspace_layout_manager.cc
|
| diff --git a/ash/wm/common/workspace/workspace_layout_manager.cc b/ash/wm/common/workspace/workspace_layout_manager.cc
|
| index b5022c0f7152ce9ab444f38c2d6f3600de85c3e7..a6f79a1c240e54a330f4c0e2531cd62f3779584d 100644
|
| --- a/ash/wm/common/workspace/workspace_layout_manager.cc
|
| +++ b/ash/wm/common/workspace/workspace_layout_manager.cc
|
| @@ -215,8 +215,7 @@ void WorkspaceLayoutManager::OnWindowTreeChanged(
|
|
|
| void WorkspaceLayoutManager::OnWindowPropertyChanged(
|
| wm::WmWindow* window,
|
| - wm::WmWindowProperty property,
|
| - intptr_t old) {
|
| + wm::WmWindowProperty property) {
|
| if (property == wm::WmWindowProperty::ALWAYS_ON_TOP &&
|
| window->GetBoolProperty(wm::WmWindowProperty::ALWAYS_ON_TOP)) {
|
| root_window_controller_->GetAlwaysOnTopController()
|
|
|