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

Unified Diff: views/controls/throbber.h

Issue 7550038: Rename VIEWS_API to VIEWS_EXPORT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | « views/controls/textfield/textfield_views_model.h ('k') | views/controls/tree/tree_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/throbber.h
===================================================================
--- views/controls/throbber.h (revision 95624)
+++ views/controls/throbber.h (working copy)
@@ -17,7 +17,7 @@
namespace views {
-class VIEWS_API Throbber : public View {
+class VIEWS_EXPORT Throbber : public View {
public:
// |frame_time_ms| is the amount of time that should elapse between frames
// (in milliseconds)
@@ -59,7 +59,7 @@
// and nonoverlapping bursts of work. SmoothedThrobber ignores small
// pauses in the work stops and starts, and only starts its throbber after
// a small amount of work time has passed.
-class VIEWS_API SmoothedThrobber : public Throbber {
+class VIEWS_EXPORT SmoothedThrobber : public Throbber {
public:
SmoothedThrobber(int frame_delay_ms);
SmoothedThrobber(int frame_delay_ms, SkBitmap* frames);
@@ -97,7 +97,7 @@
// 2. working (which paints the throbber animation)
// 3. completed (which paints a checkmark)
//
-class VIEWS_API CheckmarkThrobber : public Throbber {
+class VIEWS_EXPORT CheckmarkThrobber : public Throbber {
public:
CheckmarkThrobber();
« no previous file with comments | « views/controls/textfield/textfield_views_model.h ('k') | views/controls/tree/tree_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698