Bug 299370
| Summary: | Add necessary APIs to AudioVideoRenderer to handle remote hosted layer | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Component: | Media | Assignee: | Jean-Yves Avenard [:jya] <jean-yves.avenard> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Jean-Yves Avenard [:jya]
It needs additional methods
+ virtual void requestHostingContext(LayerHostingContextCallback&& completionHandler) { completionHandler({ }); }
+ virtual HostingContext hostingContext() const { return { }; }
+ virtual WebCore::FloatSize videoLayerSize() const { return { }; }
+ virtual void notifyVideoLayerSizeChanged(Function<void(const MediaTime&, FloatSize)>&&) { }
+ virtual void setVideoLayerSizeFenced(const FloatSize&, WTF::MachSendRightAnnotated&&) { }
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/161170582>
Jean-Yves Avenard [:jya]
Pull request: https://github.com/WebKit/WebKit/pull/51193
EWS
Committed 300493@main (b36a74246dd3): <https://commits.webkit.org/300493@main>
Reviewed commits have been landed. Closing PR #51193 and removing active labels.