Chromium Code Reviews| Index: ash/shelf/shelf_button.cc |
| diff --git a/ash/shelf/shelf_button.cc b/ash/shelf/shelf_button.cc |
| index 70adc8c43270de7649fe2051108f8bbfd8d961f2..9f0f429cbc5ffcdb33df6495309434fe94b49216 100644 |
| --- a/ash/shelf/shelf_button.cc |
| +++ b/ash/shelf/shelf_button.cc |
| @@ -133,6 +133,7 @@ namespace ash { |
| //////////////////////////////////////////////////////////////////////////////// |
| // ShelfButton::BarView |
| +// Draws a bar underneath the button to represent the state of the application. |
|
msw
2016/05/24 20:46:55
nit: bar will soon be dot for MD, maybe omit this
James Cook
2016/05/25 00:25:43
Done.
|
| class ShelfButton::BarView : public views::ImageView, |
| public ShelfButtonAnimation::Observer { |
| public: |