Index: views/screen.h |
=================================================================== |
--- views/screen.h (revision 29776) |
+++ views/screen.h (working copy) |
@@ -27,6 +27,9 @@ |
// Returns the monitor area (not the work area, but the complete bounds) of |
// the monitor nearest the specified point. |
static gfx::Rect GetMonitorAreaNearestPoint(const gfx::Point& point); |
+ |
+ // Returns the window under the cursor. |
+ static gfx::NativeWindow GetWindowAtCursorScreenPoint(); |
}; |
} // namespace views |