| Index: ui/aura_shell/always_on_top_controller.cc
|
| diff --git a/ui/aura_shell/always_on_top_controller.cc b/ui/aura_shell/always_on_top_controller.cc
|
| index 177deb31a654b66e7d1a3f6ad6bd49b68b769187..5c73488cbdf6b4ffeec8c0fbe2798c31a3f031f7 100644
|
| --- a/ui/aura_shell/always_on_top_controller.cc
|
| +++ b/ui/aura_shell/always_on_top_controller.cc
|
| @@ -57,9 +57,9 @@ void AlwaysOnTopController::OnWillRemoveWindow(aura::Window* child) {
|
| child->RemoveObserver(this);
|
| }
|
|
|
| -void AlwaysOnTopController::OnPropertyChanged(aura::Window* window,
|
| - const char* name,
|
| - void* old) {
|
| +void AlwaysOnTopController::OnWindowPropertyChanged(aura::Window* window,
|
| + const char* name,
|
| + void* old) {
|
| if (name == aura::kAlwaysOnTopKey) {
|
| DCHECK(window->type() == aura::WINDOW_TYPE_NORMAL ||
|
| window->type() == aura::WINDOW_TYPE_POPUP);
|
|
|