summaryrefslogtreecommitdiffstats
path: root/cc/layers/video_frame_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layers/video_frame_provider.h')
-rw-r--r--cc/layers/video_frame_provider.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/layers/video_frame_provider.h b/cc/layers/video_frame_provider.h
index d59dbe2..784d951 100644
--- a/cc/layers/video_frame_provider.h
+++ b/cc/layers/video_frame_provider.h
@@ -35,6 +35,9 @@ class VideoFrameProvider {
// Notifies the provider's client of a new UV transform matrix to be used.
virtual void DidUpdateMatrix(const float* matrix) = 0;
+
+ protected:
+ virtual ~Client() {}
};
// May be called from any thread, but there must be some external guarantee