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

Unified Diff: ash/common/wm/root_window_finder.h

Issue 2035543004: Shuffles and renames ash/common/wm classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: random changes for chrome tests Created 4 years, 6 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/common/wm/root_window_finder.h
diff --git a/ash/common/wm/root_window_finder.h b/ash/common/wm/root_window_finder.h
index 00750b149053078adbbd37309791308e618e7684..bfda8c9bc388561e4a3795b33d436aaeb57f1844 100644
--- a/ash/common/wm/root_window_finder.h
+++ b/ash/common/wm/root_window_finder.h
@@ -13,10 +13,11 @@ class Rect;
} // namespace gfx
namespace ash {
-namespace wm {
class WmWindow;
+namespace wm {
+
// Returns the RootWindow at |point| in the virtual screen coordinates.
// Returns NULL if the root window does not exist at the given
// point.

Powered by Google App Engine
This is Rietveld 408576698