Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2388)

Unified Diff: ash/mus/test/wm_test_screen.h

Issue 2322613002: Adds support for multiple displays to WmTestBase (Closed)
Patch Set: feedback Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/mus/test/wm_test_helper.cc ('k') | ash/mus/test/wm_test_screen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/test/wm_test_screen.h
diff --git a/ash/mus/test/wm_test_screen.h b/ash/mus/test/wm_test_screen.h
deleted file mode 100644
index dd28b3a06c99a05b8d3675ef6f464929e9ee830a..0000000000000000000000000000000000000000
--- a/ash/mus/test/wm_test_screen.h
+++ /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.
-
-#ifndef ASH_MUS_TEST_WM_TEST_SCREEN_H_
-#define ASH_MUS_TEST_WM_TEST_SCREEN_H_
-
-#include "ui/display/screen_base.h"
-
-namespace ash {
-namespace mus {
-
-// Screen implementation used by tests for the windowmanager. Does not talk
-// to mus. Tests must keep the list of Displays in sync manually.
-class WmTestScreen : public display::ScreenBase {
- public:
- WmTestScreen();
- ~WmTestScreen() override;
-
- private:
- // display::ScreenBase:
- gfx::Point GetCursorScreenPoint() override;
- bool IsWindowUnderCursor(gfx::NativeWindow window) override;
-
- DISALLOW_COPY_AND_ASSIGN(WmTestScreen);
-};
-
-} // namespace mus
-} // namespace ash
-
-#endif // ASH_MUS_TEST_WM_TEST_SCREEN_H_
« no previous file with comments | « ash/mus/test/wm_test_helper.cc ('k') | ash/mus/test/wm_test_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698