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

Unified Diff: ash/mus/bridge/wm_window_mus.h

Issue 2558963002: Move shelf item tooltip flag from delegate to item. (Closed)
Patch Set: Cleanup Created 4 years 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/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 4b88c5ff4126cc23e1789bb587b57a558e7dbe67..06d7714e5b99aa2d949c5f6abf3f728e3e58a8dc 100644
--- a/ash/mus/bridge/wm_window_mus.h
+++ b/ash/mus/bridge/wm_window_mus.h
@@ -98,6 +98,7 @@ class WmWindowMus : public WmWindowAura {
gfx::Rect GetMinimizeAnimationTargetBoundsInScreen() const override;
bool IsSystemModal() const override;
bool GetBoolProperty(WmWindowProperty key) override;
+ void SetBoolProperty(WmWindowProperty key, bool value) override;
int GetIntProperty(WmWindowProperty key) override;
WmWindow* GetToplevelWindow() override;
WmWindow* GetToplevelWindowForFocus() override;

Powered by Google App Engine
This is Rietveld 408576698