| Index: cc/layers/video_frame_provider_client_impl.h
|
| diff --git a/cc/layers/video_frame_provider_client_impl.h b/cc/layers/video_frame_provider_client_impl.h
|
| index be49e15e40e9bf3f4029c89416e2b3404b935603..d49e51d7b7f23f7ad3e675f03b5988e6e9696f8a 100644
|
| --- a/cc/layers/video_frame_provider_client_impl.h
|
| +++ b/cc/layers/video_frame_provider_client_impl.h
|
| @@ -42,6 +42,7 @@ class CC_EXPORT VideoFrameProviderClientImpl
|
| scoped_refptr<media::VideoFrame> AcquireLockAndCurrentFrame();
|
| void PutCurrentFrame();
|
| void ReleaseLock();
|
| + bool HasCurrentFrame();
|
|
|
| const gfx::Transform& StreamTextureMatrix() const;
|
|
|
|
|