| Index: cc/resources/video_resource_updater.h
|
| diff --git a/cc/resources/video_resource_updater.h b/cc/resources/video_resource_updater.h
|
| index ad3d1abfb334cb2a9bbd5222e5dc983934a6ef14..145d89b522dea57b88a6f702cb8e3c7909485255 100644
|
| --- a/cc/resources/video_resource_updater.h
|
| +++ b/cc/resources/video_resource_updater.h
|
| @@ -122,11 +122,13 @@ class CC_EXPORT VideoResourceUpdater
|
| static void RecycleResource(base::WeakPtr<VideoResourceUpdater> updater,
|
| unsigned resource_id,
|
| uint32 sync_point,
|
| + const gpu::SyncToken& sync_token,
|
| bool lost_resource,
|
| BlockingTaskRunner* main_thread_task_runner);
|
| static void ReturnTexture(base::WeakPtr<VideoResourceUpdater> updater,
|
| const scoped_refptr<media::VideoFrame>& video_frame,
|
| uint32 sync_point,
|
| + const gpu::SyncToken& sync_token,
|
| bool lost_resource,
|
| BlockingTaskRunner* main_thread_task_runner);
|
|
|
|
|