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

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 varkha's comments in #7 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..10321e211c589a6af6f2824bba396cffe46acdfa 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);
+// Docks the |window| by reparenting it to the docked container.
+void DockWindow(aura::Window* window);
+
} // namespace wm
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698