| Index: cc/resources/video_resource_updater.cc
|
| diff --git a/cc/resources/video_resource_updater.cc b/cc/resources/video_resource_updater.cc
|
| index f971ae8e5f740b62aab7b52444b5fdfeb47d641b..d4bdc3e562b07ddb149f00e29c646db628127b12 100644
|
| --- a/cc/resources/video_resource_updater.cc
|
| +++ b/cc/resources/video_resource_updater.cc
|
| @@ -283,7 +283,7 @@ VideoFrameExternalResources VideoResourceUpdater::CreateForSoftwarePlanes(
|
| static void ReturnTexture(const scoped_refptr<media::VideoFrame>& frame,
|
| uint32 sync_point,
|
| bool lost_resource) {
|
| - frame->AppendReleaseSyncPoint(sync_point);
|
| + frame->AppendReleaseSyncPoint("compositor", sync_point);
|
| }
|
|
|
| VideoFrameExternalResources VideoResourceUpdater::CreateForHardwarePlanes(
|
|
|