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

Unified Diff: ash/shelf/shelf_view.h

Issue 2176813002: mash: Migrate ShelfTooltipManager to wm common types. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup. Created 4 years, 5 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
« ash/shelf/shelf_tooltip_manager.cc ('K') | « ash/shelf/shelf_tooltip_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shelf/shelf_view.h
diff --git a/ash/shelf/shelf_view.h b/ash/shelf/shelf_view.h
index c57dc156ae5c5771501fe08676aaaf7bfeba17bd..6840b4f223f948cbb2d10bfc6b17c1086c57311c 100644
--- a/ash/shelf/shelf_view.h
+++ b/ash/shelf/shelf_view.h
@@ -76,6 +76,7 @@ class ASH_EXPORT ShelfView : public views::View,
~ShelfView() override;
Shelf* shelf() const { return shelf_; }
+ WmShelf* wm_shelf() const { return wm_shelf_; }
ShelfModel* model() const { return model_; }
void Init();
« ash/shelf/shelf_tooltip_manager.cc ('K') | « ash/shelf/shelf_tooltip_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698