forked from chromium/chromium
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Merge 105] Android pip: fix control not working properly.
This CL fix the issue where default controls in Picture-in-picture window is controlling wrong media when pip'ed media isn't active. This is caused by default controls in pip window are meant for active media session. The CL fix the issue by adding custom controls (play/pause, previous track, next track) to Picture-in-picture params to override the default controls. Bug: 1345255 (cherry picked from commit 0dbc538) Change-Id: I92d87513d12c919eb0a4ebc7d37d4de6fec10766 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3773420 Commit-Queue: Jazz Xu <[email protected]> Reviewed-by: Frank Liberato <[email protected]> Reviewed-by: Yaron Friedman <[email protected]> Cr-Original-Commit-Position: refs/heads/main@{#1027363} Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3785119 Owners-Override: Krishna Govind <[email protected]> Bot-Commit: Rubber Stamper <[email protected]> Commit-Queue: Krishna Govind <[email protected]> Auto-Submit: Jazz Xu <[email protected]> Reviewed-by: Krishna Govind <[email protected]> Cr-Commit-Position: refs/branch-heads/5195@{#53} Cr-Branched-From: 7aa3f07-refs/heads/main@{#1027018}
- Loading branch information
Jazz Xu
authored and
Chromium LUCI CQ
committed
Jul 27, 2022
1 parent
80a04f5
commit 815cfd5
Showing
3 changed files
with
213 additions
and
62 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
Oops, something went wrong.