diff options
Diffstat (limited to 'ui/aura_shell/shadow_controller.h')
-rw-r--r-- | ui/aura_shell/shadow_controller.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/aura_shell/shadow_controller.h b/ui/aura_shell/shadow_controller.h index 19fbfad..d2a79f8 100644 --- a/ui/aura_shell/shadow_controller.h +++ b/ui/aura_shell/shadow_controller.h @@ -55,7 +55,7 @@ public: // aura::WindowObserver overrides: virtual void OnWindowParentChanged( aura::Window* window, aura::Window* parent) OVERRIDE; - virtual void OnPropertyChanged( + virtual void OnWindowPropertyChanged( aura::Window* window, const char* name, void* old) OVERRIDE; virtual void OnWindowVisibilityChanged( aura::Window* window, bool visible) OVERRIDE; |