forked from WebKit/WebKit-http
-
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.
[Media in GPU Process] Remove requiresTextTrackRepresentation in Remo…
…teMediaPlayerState https://bugs.webkit.org/show_bug.cgi?id=217230 Reviewed by Jer Noble. A Web process can figure out whether the fullscreen/picture-in-picture subtitle layer (for text track representation) is required by itself, so it does not need to get the information from the GPU process. * WebProcess/GPU/media/RemoteMediaPlayerState.h: (WebKit::RemoteMediaPlayerState::encode const): (WebKit::RemoteMediaPlayerState::decode): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@267894 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
b5b1109
commit 037307d
Showing
2 changed files
with
16 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
2020-10-02 Peng Liu <[email protected]> | ||
|
||
[Media in GPU Process] Remove requiresTextTrackRepresentation in RemoteMediaPlayerState | ||
https://bugs.webkit.org/show_bug.cgi?id=217230 | ||
|
||
Reviewed by Jer Noble. | ||
|
||
A Web process can figure out whether the fullscreen/picture-in-picture subtitle | ||
layer (for text track representation) is required by itself, so it does not need | ||
to get the information from the GPU process. | ||
|
||
* WebProcess/GPU/media/RemoteMediaPlayerState.h: | ||
(WebKit::RemoteMediaPlayerState::encode const): | ||
(WebKit::RemoteMediaPlayerState::decode): | ||
|
||
2020-10-02 Brian Burg <[email protected]> | ||
|
||
[Cocoa] Web Inspector: add an ObjC protocol for extension support | ||
|
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