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

Unified Diff: ash/shelf/shelf_button.cc

Issue 2007003002: mash: Preliminary support for shelf auto-hide (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shutdown
Patch Set: cleanup Created 4 years, 7 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
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:

Powered by Google App Engine
This is Rietveld 408576698