| 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..3da2023fce19872cf00d790806dbcddd24a47fad 100644
|
| --- a/cc/resources/video_resource_updater.h
|
| +++ b/cc/resources/video_resource_updater.h
|
| @@ -121,12 +121,12 @@ 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);
|
|
|
|
|