DescriptionRemove WebMediaPlayerClient::preload() and volume()
They are unused as of Chromium r288080.
The WebMediaPlayerClientImpl::m_preload member became unused, so remove
it. This makes WebMediaPlayerClientImpl::setPreload look fragile, and
it's possible that there are existing bugs where the preload state is
not propagated correctly. However, HTMLMediaElement should eventually
call WebMediaPlayer::setPreload() directly, so the removed code will be
of no use.
BUG=401415
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179773
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|