Index: cc/resources/video_resource_updater.cc |
diff --git a/cc/resources/video_resource_updater.cc b/cc/resources/video_resource_updater.cc |
index b170be6784b2a443978d6d2fcc94782fb7a4fe2d..44e16a16e621c19efdc5d32c8a40ba7cc42ed701 100644 |
--- a/cc/resources/video_resource_updater.cc |
+++ b/cc/resources/video_resource_updater.cc |
@@ -313,7 +313,7 @@ VideoFrameExternalResources VideoResourceUpdater::CreateForSoftwarePlanes( |
static void ReturnTexture(const scoped_refptr<media::VideoFrame>& frame, |
uint32 sync_point, |
bool lost_resource) { |
- frame->mailbox_holder()->sync_point = sync_point; |
+ frame->SetReleaseSyncPoint(sync_point); |
} |
VideoFrameExternalResources VideoResourceUpdater::CreateForHardwarePlanes( |