DescriptionRevert current time clamp on ended; clamp paused time instead.
Clamping the current time within Pipeline leads to a race
a race condition while using |renderer_ended_|. The problem
that code was added for can mostly be fixed by instead clamping
the pause time in WebMediaPlayerImpl.
I've verified the HTMLMediaElement cleanup in another CL still
passes all tests: https://codereview.chromium.org/456343002/
BUG=446637
TEST=layout tests, unittests.
Committed: https://crrev.com/2e50e6f660c9fb42f3f63c127aae2c66b054341d
Cr-Commit-Position: refs/heads/master@{#310686}
Patch Set 1 : Cleanup. #
Total comments: 6
Patch Set 2 : Remove conditional. #Patch Set 3 : Add comment. #
Messages
Total messages: 12 (4 generated)
|