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

Unified Diff: ash/shell.h

Issue 10835047: Allow the cursor to warp even when a window is dragged (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 8 years, 5 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
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index ee76740b0fca3a603d3837aa424a0a91fc1c41f0..bb712a4bfcf525a7267b622454f0c95bd97f05c5 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -166,15 +166,6 @@ class ASH_EXPORT Shell : ash::CursorDelegate {
// until the another window who has a different root window becomes active.
static aura::RootWindow* GetActiveRootWindow();
- // Returns the RootWindow at |point| in the virtual screen coordinates.
- // Returns NULL if the root window does not exist at the given
- // point.
- static aura::RootWindow* GetRootWindowAt(const gfx::Point& point);
-
- // Returns the RootWindow that shares the most area with |rect| in
- // the virtual scren coordinates.
- static aura::RootWindow* GetRootWindowMatching(const gfx::Rect& rect);
-
// Returns all root windows. In non extended desktop mode, this
// returns the primary root window only.
static RootWindowList GetAllRootWindows();

Powered by Google App Engine
This is Rietveld 408576698