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

Unified Diff: ash/aura/wm_window_aura.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
« no previous file with comments | « no previous file | ash/aura/wm_window_aura.cc » ('j') | ash/aura/wm_window_aura.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/wm_window_aura.h
diff --git a/ash/aura/wm_window_aura.h b/ash/aura/wm_window_aura.h
index c307a3fd5ba06941d0f8865d13d3aca90e8aa94a..62e8f5a34118d9789a05062e425f128c90a978d9 100644
--- a/ash/aura/wm_window_aura.h
+++ b/ash/aura/wm_window_aura.h
@@ -84,6 +84,7 @@ class ASH_EXPORT WmWindowAura : public WmWindow,
gfx::Transform GetTargetTransform() const override;
bool IsSystemModal() const override;
bool GetBoolProperty(WmWindowProperty key) override;
+ void SetBoolProperty(WmWindowProperty key, bool value) override;
SkColor GetColorProperty(WmWindowProperty key) override;
void SetColorProperty(WmWindowProperty key, SkColor value) override;
int GetIntProperty(WmWindowProperty key) override;
« no previous file with comments | « no previous file | ash/aura/wm_window_aura.cc » ('j') | ash/aura/wm_window_aura.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698