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

Unified Diff: ash/common/wm/window_positioning_utils.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/window_positioning_utils.h
diff --git a/ash/common/wm/window_positioning_utils.h b/ash/common/wm/window_positioning_utils.h
index 12bce36918c3cc1fb19bd4746f806c7af9af4562..eb12b60d54705a74ca0436d60e2447aa108cce08 100644
--- a/ash/common/wm/window_positioning_utils.h
+++ b/ash/common/wm/window_positioning_utils.h
@@ -13,10 +13,11 @@ class Size;
}
namespace ash {
-namespace wm {
class WmWindow;
+namespace wm {
+
// We force at least this many DIPs for any window on the screen.
const int kMinimumOnScreenArea = 25;

Powered by Google App Engine
This is Rietveld 408576698