| Index: ui/aura/mus/window_tree_client.h
|
| diff --git a/ui/aura/mus/window_tree_client.h b/ui/aura/mus/window_tree_client.h
|
| index 4640e87a4d1593f71353850674c3a49606dcd359..39e6cea08f3f60268251389b60b1c5cae88ec935 100644
|
| --- a/ui/aura/mus/window_tree_client.h
|
| +++ b/ui/aura/mus/window_tree_client.h
|
| @@ -418,10 +418,7 @@ class AURA_EXPORT WindowTreeClient
|
| void AddActivationParent(Window* window) override;
|
| void RemoveActivationParent(Window* window) override;
|
| void ActivateNextWindow() override;
|
| - void SetUnderlaySurfaceOffsetAndExtendedHitArea(
|
| - Window* window,
|
| - const gfx::Vector2d& offset,
|
| - const gfx::Insets& hit_area) override;
|
| + void SetExtendedHitArea(Window* window, const gfx::Insets& hit_area) override;
|
| void RequestClose(Window* window) override;
|
|
|
| // Overriden from WindowTreeHostMusDelegate:
|
|
|