summaryrefslogtreecommitdiffstats
path: root/ash/wm/shadow_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/shadow_controller.h')
-rw-r--r--ash/wm/shadow_controller.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ash/wm/shadow_controller.h b/ash/wm/shadow_controller.h
index ea3862d..2a880c9 100644
--- a/ash/wm/shadow_controller.h
+++ b/ash/wm/shadow_controller.h
@@ -70,8 +70,9 @@ class ASH_EXPORT ShadowController : public aura::EnvObserver,
// exists.
Shadow* GetShadowForWindow(aura::Window* window);
- // Updates the shadow style for |window| based on whether it is |active|.
- void HandleWindowActivationChange(aura::Window* window, bool active);
+ // Updates the shadow styles for windows when activation changes.
+ void HandleWindowActivationChange(aura::Window* gaining_active,
+ aura::Window* losing_active);
// Shows or hides |window|'s shadow as needed (creating the shadow if
// necessary).