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

Unified Diff: ui/display/manager/display_manager_utilities.h

Issue 2730413002: Moves FindDisplayIndexContainingPoint into display (Closed)
Patch Set: cleanup Created 3 years, 9 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 | « ui/display/manager/display_manager.cc ('k') | ui/display/manager/display_manager_utilities.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/display/manager/display_manager_utilities.h
diff --git a/ui/display/manager/display_manager_utilities.h b/ui/display/manager/display_manager_utilities.h
index ca00405531e2f5914749284339180438ba932f35..77f413b02664342a80c446ee16a3d1871a7abb7c 100644
--- a/ui/display/manager/display_manager_utilities.h
+++ b/ui/display/manager/display_manager_utilities.h
@@ -13,7 +13,6 @@
#include "ui/display/manager/managed_display_info.h"
namespace gfx {
-class Point;
class Rect;
class Size;
}
@@ -62,12 +61,6 @@ DISPLAY_MANAGER_EXPORT bool ComputeBoundary(
gfx::Rect* primary_edge_in_screen,
gfx::Rect* secondary_edge_in_screen);
-// Returns the index in the displays whose bounds contains |point_in_screen|.
-// Returns -1 if no such display exist.
-DISPLAY_MANAGER_EXPORT int FindDisplayIndexContainingPoint(
- const std::vector<Display>& displays,
- const gfx::Point& point_in_screen);
-
// Sorts id list using |CompareDisplayIds| below.
DISPLAY_MANAGER_EXPORT void SortDisplayIdList(DisplayIdList* list);
« no previous file with comments | « ui/display/manager/display_manager.cc ('k') | ui/display/manager/display_manager_utilities.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698