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

Unified Diff: ash/aura/wm_window_aura.cc

Issue 2239233002: [ash-md] Fades overview header in and out (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: [ash-md] Fades overview header in and out (crash fix for non-md path) Created 4 years, 4 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/aura/wm_window_aura.cc
diff --git a/ash/aura/wm_window_aura.cc b/ash/aura/wm_window_aura.cc
index f923414d7fe790cb5b17b0c18d99b55e00e06b5e..0cdac439fc96dc61c5700f154ffeb3df81415181 100644
--- a/ash/aura/wm_window_aura.cc
+++ b/ash/aura/wm_window_aura.cc
@@ -248,6 +248,10 @@ float WmWindowAura::GetTargetOpacity() const {
return window_->layer()->GetTargetOpacity();
}
+gfx::Rect WmWindowAura::GetMinimizeAnimationTargetBoundsInScreen() const {
+ return ash::GetMinimizeAnimationTargetBoundsInScreen(window_);
+}
+
void WmWindowAura::SetTransform(const gfx::Transform& transform) {
window_->SetTransform(transform);
}

Powered by Google App Engine
This is Rietveld 408576698