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

Unified Diff: cc/video_frame_provider.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/video_frame_provider.h
diff --git a/cc/video_frame_provider.h b/cc/video_frame_provider.h
index 8dd85f5e4edc7cd05b91e3255a7720413d942efa..185286ae3049c5e436c894d9a66312f48cbc35a4 100644
--- a/cc/video_frame_provider.h
+++ b/cc/video_frame_provider.h
@@ -24,6 +24,8 @@ class VideoFrameProvider {
class Client {
public:
+ virtual ~Client() { }
+
// Provider will call this method to tell the client to stop using it.
// StopUsingProvider() may be called from any thread. The client should
// block until it has PutCurrentFrame() any outstanding frames.

Powered by Google App Engine
This is Rietveld 408576698