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

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

Issue 1901593004: Removes most aura dependencies from DockedWindowResizer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@window_resizer
Patch Set: branch from master Created 4 years, 8 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/wm/aura/wm_window_aura.cc ('k') | ash/wm/dock/docked_window_resizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/wm_window.h
diff --git a/ash/wm/common/wm_window.h b/ash/wm/common/wm_window.h
index c82940692366435dd8242b450f75ac211f39e9bc..7c8b7040cd2b6457770eb6e293ad11bd46d86f93 100644
--- a/ash/wm/common/wm_window.h
+++ b/ash/wm/common/wm_window.h
@@ -89,6 +89,9 @@ class ASH_EXPORT WmWindow {
virtual WmWindow* GetToplevelWindow() = 0;
+ // See aura::client::ParentWindowWithContext() for details of what this does.
+ virtual void SetParentUsingContext(WmWindow* context,
+ const gfx::Rect& screen_bounds) = 0;
virtual void AddChild(WmWindow* window) = 0;
virtual WmWindow* GetParent() = 0;
« no previous file with comments | « ash/wm/aura/wm_window_aura.cc ('k') | ash/wm/dock/docked_window_resizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698