Remove static_cast<MediaControlsImpl*> that are no longer needed with the refactoring.
With all the media controls code moved the modules, there is no need to cast from the MediaControls interface to the its modules' implementation. The few remaining static_cast<> are from code calling the GetMediaControls() method defined on the HTMLMediaElement. Bug: 662761 Change-Id: Ic72baca68f1c54d6117ea47efdf9a808b3d02aea Reviewed-on: https://chromium-review.googlesource.com/571820Reviewed-by:Jennifer Apacible <apacible@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#487118}
Showing
Please register or sign in to comment