diff options
Diffstat (limited to 'cc/layers/video_frame_provider_client_impl.h')
-rw-r--r-- | cc/layers/video_frame_provider_client_impl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cc/layers/video_frame_provider_client_impl.h b/cc/layers/video_frame_provider_client_impl.h index 5429228..e626b54 100644 --- a/cc/layers/video_frame_provider_client_impl.h +++ b/cc/layers/video_frame_provider_client_impl.h @@ -59,6 +59,10 @@ class CC_EXPORT VideoFrameProviderClientImpl void DidReceiveFrame() override; void DidUpdateMatrix(const float* matrix) override; + const VideoFrameProvider* get_provider_for_testing() const { + return provider_; + } + private: friend class base::RefCounted<VideoFrameProviderClientImpl>; |