| Index: ash/mus/test/wm_test_screen.cc
|
| diff --git a/ash/mus/test/wm_test_screen.cc b/ash/mus/test/wm_test_screen.cc
|
| deleted file mode 100644
|
| index 684713b3635dfff32808d214e884ef793dd4a101..0000000000000000000000000000000000000000
|
| --- a/ash/mus/test/wm_test_screen.cc
|
| +++ /dev/null
|
| @@ -1,31 +0,0 @@
|
| -// Copyright 2016 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#include "ash/mus/test/wm_test_screen.h"
|
| -
|
| -#include "ui/aura/window.h"
|
| -#include "ui/display/display_finder.h"
|
| -
|
| -namespace ash {
|
| -namespace mus {
|
| -
|
| -WmTestScreen::WmTestScreen() {}
|
| -WmTestScreen::~WmTestScreen() {}
|
| -
|
| -gfx::Point WmTestScreen::GetCursorScreenPoint() {
|
| - // TODO(sky): use the implementation from WindowManagerConnection.
|
| - DVLOG(1) << "NOTIMPLEMENTED";
|
| - return gfx::Point();
|
| -}
|
| -
|
| -bool WmTestScreen::IsWindowUnderCursor(gfx::NativeWindow window) {
|
| - if (!window)
|
| - return false;
|
| -
|
| - return window->IsVisible() &&
|
| - window->GetBoundsInScreen().Contains(GetCursorScreenPoint());
|
| -}
|
| -
|
| -} // namespace mus
|
| -} // namespace ash
|
|
|