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

Unified Diff: cc/rate_limiter.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: protected -> public Created 7 years, 11 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: cc/rate_limiter.h
diff --git a/cc/rate_limiter.h b/cc/rate_limiter.h
index df7850dd0bc7e496f2821cf403972ac220b29ab7..ef0a6df67e10b0eb02c31cf5725b16816ace8710 100644
--- a/cc/rate_limiter.h
+++ b/cc/rate_limiter.h
@@ -17,6 +17,8 @@ class Thread;
class RateLimiterClient {
public:
+ virtual ~RateLimiterClient() { }
+
virtual void rateLimit() = 0;
};

Powered by Google App Engine
This is Rietveld 408576698