Index: ash/wm/stacking_controller.h |
diff --git a/ash/wm/stacking_controller.h b/ash/wm/stacking_controller.h |
index ae90555d2ba275164c5778cb47965e4e0ba65bb2..0178d7ee4472485642239fc2d9ccc83cfd780dcd 100644 |
--- a/ash/wm/stacking_controller.h |
+++ b/ash/wm/stacking_controller.h |
@@ -25,7 +25,8 @@ class StackingController : public aura::client::StackingClient { |
virtual ~StackingController(); |
// Overridden from aura::client::StackingClient: |
- virtual aura::Window* GetDefaultParent(aura::Window* window, |
+ virtual aura::Window* GetDefaultParent(aura::Window* context, |
+ aura::Window* window, |
const gfx::Rect& bounds) OVERRIDE; |
private: |