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

Unified Diff: ash/aura/wm_window_aura.h

Issue 2320273002: Refactors DimWindow and moves to ash/common (Closed)
Patch Set: feedback and member initializer ordering Created 4 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
« no previous file with comments | « ash/aura/wm_shell_aura.cc ('k') | ash/aura/wm_window_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/wm_window_aura.h
diff --git a/ash/aura/wm_window_aura.h b/ash/aura/wm_window_aura.h
index 360ab9340a2409fe8fcb113676b32ce8abdc7bda..df281f12d3b000ae63a16e183a5f0dcd6ec8b238 100644
--- a/ash/aura/wm_window_aura.h
+++ b/ash/aura/wm_window_aura.h
@@ -46,6 +46,7 @@ class ASH_EXPORT WmWindowAura : public WmWindow,
const aura::Window* aura_window() const { return window_; }
// WmWindow:
+ void Destroy() override;
const WmWindow* GetRootWindow() const override;
WmRootWindowController* GetRootWindowController() override;
WmShell* GetShell() const override;
@@ -94,6 +95,7 @@ class ASH_EXPORT WmWindowAura : public WmWindow,
void SetLayoutManager(
std::unique_ptr<WmLayoutManager> layout_manager) override;
WmLayoutManager* GetLayoutManager() override;
+ void SetVisibilityChangesAnimated() override;
void SetVisibilityAnimationType(int type) override;
void SetVisibilityAnimationDuration(base::TimeDelta delta) override;
void SetVisibilityAnimationTransition(
« no previous file with comments | « ash/aura/wm_shell_aura.cc ('k') | ash/aura/wm_window_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698