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

Unified Diff: ash/common/wm_window.h

Issue 2558963002: Move shelf item tooltip flag from delegate to item. (Closed)
Patch Set: Remove WmWindowMus::SetBoolProperty override. 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
« no previous file with comments | « ash/common/wm/window_state.cc ('k') | ash/common/wm_window_property.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_window.h
diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h
index 069899a30dfae88174f8943ae4a8a80447652861..1a8db629794125cd56f12aa3d8dfff801dd51f13 100644
--- a/ash/common/wm_window.h
+++ b/ash/common/wm_window.h
@@ -134,6 +134,7 @@ class ASH_EXPORT WmWindow {
virtual bool IsSystemModal() const = 0;
virtual bool GetBoolProperty(WmWindowProperty key) = 0;
+ virtual void SetBoolProperty(WmWindowProperty key, bool value) = 0;
virtual SkColor GetColorProperty(WmWindowProperty key) = 0;
virtual void SetColorProperty(WmWindowProperty key, SkColor value) = 0;
virtual int GetIntProperty(WmWindowProperty key) = 0;
« no previous file with comments | « ash/common/wm/window_state.cc ('k') | ash/common/wm_window_property.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698