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

Unified Diff: ash/shelf/shelf_button.h

Issue 1932433002: Update activity indicator from a light bar to a point (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add shelf material control and address comments 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.h
diff --git a/ash/shelf/shelf_button.h b/ash/shelf/shelf_button.h
index 4a84a61a532d502bb5d7a60e0047ef4beea274a6..75ba3322dd8218560f8143c44127281025965bf8 100644
--- a/ash/shelf/shelf_button.h
+++ b/ash/shelf/shelf_button.h
@@ -111,6 +111,9 @@ class ASH_EXPORT ShelfButton : public views::CustomButton {
DISALLOW_COPY_AND_ASSIGN(ShelfButton);
};
+// Paints an activity indicator on |canvas| whose |size| is specified in DIP.
+void PaintIndicatorOnCanvas(gfx::Canvas* canvas, const gfx::Size& size);
varkha 2016/05/13 23:01:24 Could it be in anonymous namespace and not exposed
+
} // namespace ash
#endif // ASH_SHELF_SHELF_BUTTON_H_

Powered by Google App Engine
This is Rietveld 408576698