| Index: ui/aura/window.cc
|
| diff --git a/ui/aura/window.cc b/ui/aura/window.cc
|
| index 481b03943ed56a785b73d5997666e462d66c300e..f085a86a81a83921c028fd9e13d381539df8034a 100644
|
| --- a/ui/aura/window.cc
|
| +++ b/ui/aura/window.cc
|
| @@ -497,10 +497,6 @@ Window* Window::GetEventHandlerForPoint(const gfx::Point& local_point) {
|
| return GetWindowForPoint(local_point, true, true);
|
| }
|
|
|
| -Window* Window::GetTopWindowContainingPoint(const gfx::Point& local_point) {
|
| - return GetWindowForPoint(local_point, false, false);
|
| -}
|
| -
|
| Window* Window::GetToplevelWindow() {
|
| // TODO: this may need to call to the WindowPort. For mus this may need to
|
| // return for any top level.
|
|
|