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

Unified Diff: ui/views/controls/throbber.h

Issue 1228923002: Revert vector icon CLs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@merge_aide_oobe_completion
Patch Set: Created 5 years, 5 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
« no previous file with comments | « ui/views/controls/image_view.cc ('k') | ui/views/controls/throbber.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/throbber.h
diff --git a/ui/views/controls/throbber.h b/ui/views/controls/throbber.h
index 43288158b8c8bbe611a04eadd4af792ee4801f90..c5bed816a584b40fdf0dcea4c9324589c3faf963 100644
--- a/ui/views/controls/throbber.h
+++ b/ui/views/controls/throbber.h
@@ -11,6 +11,10 @@
#include "base/timer/timer.h"
#include "ui/views/view.h"
+namespace gfx {
+class ImageSkia;
+}
+
namespace views {
// Throbbers display an animation, usually used as a status indicator.
@@ -42,6 +46,9 @@ class VIEWS_EXPORT Throbber : public View {
// Whether or not we should display a checkmark.
bool checked_;
+ // The checkmark image. Will be null until it's used (if ever).
+ const gfx::ImageSkia* checkmark_;
+
DISALLOW_COPY_AND_ASSIGN(Throbber);
};
« no previous file with comments | « ui/views/controls/image_view.cc ('k') | ui/views/controls/throbber.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698