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

Unified Diff: ash/mus/bridge/wm_window_mus.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 (fixed a new test assertion) 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/common/wm_window_property.h ('k') | ash/mus/bridge/wm_window_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/bridge/wm_window_mus.h
diff --git a/ash/mus/bridge/wm_window_mus.h b/ash/mus/bridge/wm_window_mus.h
index 2f4c8d96feeec3bd3433637386f1e880f318e6d1..fe5aaa75bc27252c66793b33967267a64f74f545 100644
--- a/ash/mus/bridge/wm_window_mus.h
+++ b/ash/mus/bridge/wm_window_mus.h
@@ -129,10 +129,13 @@ class WmWindowMus : public WmWindow, public ui::WindowObserver {
bool IsVisible() const override;
void SetOpacity(float opacity) override;
float GetTargetOpacity() const override;
+ gfx::Rect GetMinimizeAnimationTargetBoundsInScreen() const override;
void SetTransform(const gfx::Transform& transform) override;
gfx::Transform GetTargetTransform() const override;
bool IsSystemModal() const override;
bool GetBoolProperty(WmWindowProperty key) override;
+ SkColor GetColorProperty(WmWindowProperty key) override;
+ void SetColorProperty(WmWindowProperty key, SkColor value) override;
int GetIntProperty(WmWindowProperty key) override;
void SetIntProperty(WmWindowProperty key, int value) override;
ShelfItemDetails* GetShelfItemDetails() override;
« no previous file with comments | « ash/common/wm_window_property.h ('k') | ash/mus/bridge/wm_window_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698