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

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

Issue 1900443002: Removes aura dependencies from WindowPositioner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nuke GetWorkAreaForWindowInParent and fix windows 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_root_window_controller_aura.cc ('k') | ash/wm/aura/wm_window_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3ebde89dc61538c9e8df305097a201c231256b5e..e07191a81d95a346e873d2cc4e679b5ec06ddaea 100644
--- a/ash/wm/aura/wm_window_aura.h
+++ b/ash/wm/aura/wm_window_aura.h
@@ -36,6 +36,7 @@ class ASH_EXPORT WmWindowAura : public WmWindow, public aura::WindowObserver {
// WmWindow:
const WmWindow* GetRootWindow() const override;
WmRootWindowController* GetRootWindowController() override;
+ WmGlobals* GetGlobals() const override;
int GetShellWindowId() override;
WmWindow* GetChildByShellWindowId(int id) override;
ui::wm::WindowType GetType() const override;
@@ -54,11 +55,14 @@ class ASH_EXPORT WmWindowAura : public WmWindow, public aura::WindowObserver {
bool GetTargetVisibility() const override;
bool IsVisible() const override;
bool GetBoolProperty(WmWindowProperty key) override;
- WindowState* GetWindowState() override;
+ const WindowState* GetWindowState() const override;
WmWindow* GetToplevelWindow() override;
WmWindow* GetParent() override;
WmWindow* GetTransientParent() override;
+ std::vector<WmWindow*> GetTransientChildren() override;
void SetBounds(const gfx::Rect& bounds) override;
+ void SetBoundsWithTransitionDelay(const gfx::Rect& bounds,
+ base::TimeDelta delta) override;
void SetBoundsDirect(const gfx::Rect& bounds) override;
void SetBoundsDirectAnimated(const gfx::Rect& bounds) override;
void SetBoundsDirectCrossFade(const gfx::Rect& bounds) override;
« no previous file with comments | « ash/wm/aura/wm_root_window_controller_aura.cc ('k') | ash/wm/aura/wm_window_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698