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

Unified Diff: ash/common/wm_window.h

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/common/wm_window.h
diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h
index 5488e0320028b93f631a391ef1a7ee433efa3c20..27f024a401703a48f9483cb7da30ed97910ac745 100644
--- a/ash/common/wm_window.h
+++ b/ash/common/wm_window.h
@@ -117,6 +117,8 @@ class ASH_EXPORT WmWindow {
virtual void SetOpacity(float opacity) = 0;
virtual float GetTargetOpacity() const = 0;
+ virtual gfx::Rect GetMinimizeAnimationTargetBoundsInScreen() const = 0;
+
virtual void SetTransform(const gfx::Transform& transform) = 0;
virtual gfx::Transform GetTargetTransform() const = 0;

Powered by Google App Engine
This is Rietveld 408576698