summaryrefslogtreecommitdiffstats
path: root/ash/wm/shadow_controller.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/shadow_controller.cc')
-rw-r--r--ash/wm/shadow_controller.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/ash/wm/shadow_controller.cc b/ash/wm/shadow_controller.cc
index 9403cbb..2f75453 100644
--- a/ash/wm/shadow_controller.cc
+++ b/ash/wm/shadow_controller.cc
@@ -64,9 +64,9 @@ void ShadowController::OnWindowInitialized(aura::Window* window) {
}
void ShadowController::OnWindowPropertyChanged(aura::Window* window,
- const char* name,
- void* old) {
- if (name == kShadowTypeKey)
+ const void* key,
+ intptr_t old) {
+ if (key == kShadowTypeKey)
HandlePossibleShadowVisibilityChange(window);
}