Chromium Code Reviews| 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(); |