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

Unified Diff: ash/wm/window_util.h

Issue 594383002: Change behaviour of the Alt-] and Alt-[ keys so that it cycles through SnapLeft/SnapRight to DockLe… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@event
Patch Set: Address DockLeft/DockRight issues Created 6 years, 3 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/wm/window_util.h
diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h
index aafb7f39e841e4975881746932292b2a30647a55..36fa77edc3f83ea3b9a333fb6eaf6fcc1c69058a 100644
--- a/ash/wm/window_util.h
+++ b/ash/wm/window_util.h
@@ -108,6 +108,9 @@ ASH_EXPORT void SetSnapsChildrenToPhysicalPixelBoundary(
// Traverse the |container| tree and installs SnapToPixelLayoutManager.
void InstallSnapLayoutManagerToContainers(aura::Window* container);
+// Dock the given window; reparenting it to the docked container
varkha 2014/09/29 21:04:34 s/Dock/Docks s/given window/|window| nit: period a
+void DockWindow(aura::Window* window);
+
} // namespace wm
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698