[webkit-reviews] review granted: [Bug 238607] [iOS] [WK2] Add plumbing for extracting video frames in element fullscreen : [Attachment 456368] Fix non-GPUP build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 1 11:18:29 PDT 2022


Eric Carlson <eric.carlson at apple.com> has granted Wenson Hsieh
<wenson_hsieh at apple.com>'s request for review:
Bug 238607: [iOS] [WK2] Add plumbing for extracting video frames in element
fullscreen
https://bugs.webkit.org/show_bug.cgi?id=238607

Attachment 456368: Fix non-GPUP build

https://bugs.webkit.org/attachment.cgi?id=456368&action=review




--- Comment #5 from Eric Carlson <eric.carlson at apple.com> ---
Comment on attachment 456368
  --> https://bugs.webkit.org/attachment.cgi?id=456368
Fix non-GPUP build

View in context: https://bugs.webkit.org/attachment.cgi?id=456368&action=review

r=me once the bots are happy

> Source/WebCore/html/HTMLMediaElement.cpp:626
> +    return m_player ? std::make_optional(m_player->identifier()) :
std::nullopt;

Thank you!


More information about the webkit-reviews mailing list