cc: VideoResourceUpdater: don't dismiss the sync_point given by the compositor
When the compositor is done using a video texture, it returns a sync_point associated with the last use of this texture. We appear to drop this sync_point on the floor, neither waiting on it, nor associating it to the video frame returned to the GpuVideoDecoder. This change emits a WaitSyncPointCHROMIUM on the compositor sync point when updating the renderer's media::VideoFrame release sync point. BUG=chrome-os-partner:37786 Review URL: https://codereview.chromium.org/1088903002 Cr-Commit-Position: refs/heads/master@{#325416}
Showing
Please register or sign in to comment