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

Unified Diff: ash/wm/window_properties.h

Issue 2904273002: [mus+ash] Removes WmWindow from RootWindowcontroller implementation (Closed)
Patch Set: [mus+ash] Removes WmWindow from RootWindowcontroller implementation (rebased) Created 3 years, 7 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 | « ash/shelf/shelf_window_targeter.cc ('k') | ash/wm/window_properties.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_properties.h
diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h
index 80b6438bcefdd0956db8d2702f96b27a20fc5de0..a7b7885da55790fdbaf86046795669a6aaee9f59 100644
--- a/ash/wm/window_properties.h
+++ b/ash/wm/window_properties.h
@@ -40,6 +40,11 @@ enum class WidgetCreationType {
// Alphabetical sort.
+// If this is set to true, the hit region for children is slightly larger for
+// easier resizing.
+ASH_EXPORT extern const aura::WindowProperty<bool>* const
+ kChildrenUseExtendedHitRegion;
+
// If this is set to true, the window stays in the same root window even if the
// bounds outside of its root window is set.
ASH_EXPORT extern const aura::WindowProperty<bool>* const kLockedToRootKey;
« no previous file with comments | « ash/shelf/shelf_window_targeter.cc ('k') | ash/wm/window_properties.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698