forked from shaka-project/shaka-player
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui): Fix renaming of UI base class protected members
This fixes the renaming of the protected members of SettingsMenu and RangeElement, both of which are useful to apps building custom UI plugins. In order for those app-level plugins to access the protected members of the base class, they needed to be part of an external interface. Otherwise the compiler would rename them. Closes shaka-project#2923 Change-Id: I2edb9f1428789fac1e6c60ec6a68b20cdd249ae5
- Loading branch information
1 parent
abd8b3b
commit 5001086
Showing
3 changed files
with
142 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters