Chromium Code Reviews| Index: ash/shelf/shelf.cc |
| diff --git a/ash/shelf/shelf.cc b/ash/shelf/shelf.cc |
| index a557586399a669219bb74b1273aa92156dccbfd3..74db518ded0b161c94febc3072c5e1597a44bf0b 100644 |
| --- a/ash/shelf/shelf.cc |
| +++ b/ash/shelf/shelf.cc |
| @@ -216,4 +216,8 @@ app_list::ApplicationDragAndDropHost* Shelf::GetDragAndDropHostForAppList() { |
| return shelf_view_; |
| } |
| +void Shelf::UpdateShelfItemBackground(int alpha) { |
| + shelf_view_->UpdateShelfItemBackground(alpha); |
| +} |
| + |
| } // namespace ash |