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. |