| 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 f7892ee1bf8545a210e171c5b97e906975f47e4e..349b25da75df30b224c1c54cf9628f3636fd1924 100644
|
| --- a/cc/layers/video_frame_provider_client_impl.h
|
| +++ b/cc/layers/video_frame_provider_client_impl.h
|
| @@ -45,6 +45,8 @@
|
| void ReleaseLock();
|
| bool HasCurrentFrame();
|
|
|
| + const gfx::Transform& StreamTextureMatrix() const;
|
| +
|
| // VideoFrameController implementation.
|
| void OnBeginFrame(const BeginFrameArgs& args) override;
|
| void DidDrawFrame() override;
|
| @@ -82,6 +84,8 @@
|
| base::Lock provider_lock_;
|
| base::ThreadChecker thread_checker_;
|
|
|
| + gfx::Transform stream_texture_matrix_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(VideoFrameProviderClientImpl);
|
| };
|
|
|
|
|