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

Unified Diff: ash/wm/aura/wm_window_aura.h

Issue 1913473002: Makes WorkspaceWindowResizer use ash/wm/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@root_controller_observer
Patch Set: merge to trunk 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
Index: ash/wm/aura/wm_window_aura.h
diff --git a/ash/wm/aura/wm_window_aura.h b/ash/wm/aura/wm_window_aura.h
index 5d033cadb64f55db51d6cedc670e6c90bfb100fa..9638cc4dffe19c1d0ec52282be1da0fe010449ec 100644
--- a/ash/wm/aura/wm_window_aura.h
+++ b/ash/wm/aura/wm_window_aura.h
@@ -25,6 +25,9 @@ class ASH_EXPORT WmWindowAura : public WmWindow, public aura::WindowObserver {
// be null, in which case null is returned.
static WmWindow* Get(aura::Window* window);
+ static std::vector<WmWindow*> FromAuraWindows(
+ const std::vector<aura::Window*>& aura_windows);
+
static aura::Window* GetAuraWindow(WmWindow* wm_window) {
return const_cast<aura::Window*>(
GetAuraWindow(const_cast<const WmWindow*>(wm_window)));

Powered by Google App Engine
This is Rietveld 408576698