Index: ui/aura_shell/show_state_controller.cc |
diff --git a/ui/aura_shell/show_state_controller.cc b/ui/aura_shell/show_state_controller.cc |
index 905a8f534c1b72420756683748e661f5e5b71e7d..34b11c0c876d068f7e36fc05e2bdc321edc4192b 100644 |
--- a/ui/aura_shell/show_state_controller.cc |
+++ b/ui/aura_shell/show_state_controller.cc |
@@ -22,9 +22,9 @@ ShowStateController::ShowStateController( |
ShowStateController::~ShowStateController() { |
} |
-void ShowStateController::OnPropertyChanged(aura::Window* window, |
- const char* name, |
- void* old) { |
+void ShowStateController::OnWindowPropertyChanged(aura::Window* window, |
+ const char* name, |
+ void* old) { |
if (name != aura::kShowStateKey) |
return; |
if (window->GetIntProperty(name) == ui::SHOW_STATE_NORMAL) { |