| Index: cc/resources/video_resource_updater.h
|
| diff --git a/cc/resources/video_resource_updater.h b/cc/resources/video_resource_updater.h
|
| index eaaa8c10d69bf677c52c55689a495268d55ec06e..b09a19bbc6e37306fa473172f569eb0b754bd656 100644
|
| --- a/cc/resources/video_resource_updater.h
|
| +++ b/cc/resources/video_resource_updater.h
|
| @@ -106,6 +106,10 @@ class CC_EXPORT VideoResourceUpdater
|
| RecycleResourceData data,
|
| uint32 sync_point,
|
| bool lost_resource);
|
| + static void ReturnTexture(base::WeakPtr<VideoResourceUpdater> updater,
|
| + const scoped_refptr<media::VideoFrame>& video_frame,
|
| + uint32 sync_point,
|
| + bool lost_resource);
|
|
|
| ContextProvider* context_provider_;
|
| ResourceProvider* resource_provider_;
|
|
|