mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-25 17:45:03 +03:00
fdd2602acd
The calls to controls.configure() deleted the old layout in terms of the html elements, but the ui.Elements owning the html still survived. This CL fixes that. It also switches ui.Element from IDestroyable to IReleasable to make the release synchronous. Fixes #2089. Change-Id: Ic4ce70e91a1b028ef4d971ac3fb9281d8a667ea8