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

Unified Diff: views/controls/throbber.h

Issue 6622002: Do all OOLing in the views code. linux_views now builds clean with the clang plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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: views/controls/throbber.h
diff --git a/views/controls/throbber.h b/views/controls/throbber.h
index 692482dd9f8f451bff55f341236830b749e5f618..afc25370ef4a76a9251c68f2c3faba7eb2004bd5 100644
--- a/views/controls/throbber.h
+++ b/views/controls/throbber.h
@@ -63,6 +63,7 @@ class SmoothedThrobber : public Throbber {
public:
SmoothedThrobber(int frame_delay_ms);
SmoothedThrobber(int frame_delay_ms, SkBitmap* frames);
+ virtual ~SmoothedThrobber();
virtual void Start();
virtual void Stop();

Powered by Google App Engine
This is Rietveld 408576698