diff options
Diffstat (limited to 'ui/aura_shell/always_on_top_controller.h')
-rw-r--r-- | ui/aura_shell/always_on_top_controller.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/aura_shell/always_on_top_controller.h b/ui/aura_shell/always_on_top_controller.h index e0690b3..19d1606 100644 --- a/ui/aura_shell/always_on_top_controller.h +++ b/ui/aura_shell/always_on_top_controller.h @@ -37,9 +37,9 @@ class AlwaysOnTopController : public aura::WindowObserver { // Overridden from aura::WindowObserver: virtual void OnWindowAdded(aura::Window* child) OVERRIDE; virtual void OnWillRemoveWindow(aura::Window* child) OVERRIDE; - virtual void OnPropertyChanged(aura::Window* window, - const char* name, - void* old) OVERRIDE; + virtual void OnWindowPropertyChanged(aura::Window* window, + const char* name, + void* old) OVERRIDE; virtual void OnWindowDestroyed(aura::Window* window) OVERRIDE; aura::Window* default_container_; |