Index: cc/video_frame_provider.h |
diff --git a/cc/video_frame_provider.h b/cc/video_frame_provider.h |
index 24e37d5f7d3ea82b6aae7bf57068c8b0521543ed..8dd85f5e4edc7cd05b91e3255a7720413d942efa 100644 |
--- a/cc/video_frame_provider.h |
+++ b/cc/video_frame_provider.h |
@@ -35,9 +35,6 @@ class VideoFrameProvider { |
// Notifies the provider's client of a new UV transform matrix to be used. |
virtual void DidUpdateMatrix(const float*) = 0; |
- |
- protected: |
- virtual ~Client() { } |
}; |
// May be called from any thread, but there must be some external guarantee |