mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Make RemotableTimeline public
PiperOrigin-RevId: 377231322
This commit is contained in:
parent
46687fecb1
commit
0edb7873e0
1 changed files with 1 additions and 1 deletions
|
|
@ -1400,7 +1400,7 @@ public abstract class Timeline implements Bundleable {
|
||||||
* A concrete class of {@link Timeline} to restore a {@link Timeline} instance from a {@link
|
* A concrete class of {@link Timeline} to restore a {@link Timeline} instance from a {@link
|
||||||
* Bundle} sent by another process via {@link IBinder}.
|
* Bundle} sent by another process via {@link IBinder}.
|
||||||
*/
|
*/
|
||||||
private static final class RemotableTimeline extends Timeline {
|
public static final class RemotableTimeline extends Timeline {
|
||||||
|
|
||||||
private final ImmutableList<Window> windows;
|
private final ImmutableList<Window> windows;
|
||||||
private final ImmutableList<Period> periods;
|
private final ImmutableList<Period> periods;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue