[Webkit-unassigned] [Bug 146660] Media Session: propagate metadata changes to UI clients

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 7 11:27:42 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=146660

--- Comment #7 from Tim Horton <thorton at apple.com> ---
Comment on attachment 256308
  --> https://bugs.webkit.org/attachment.cgi?id=256308
Patch

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

> Source/WebKit2/UIProcess/API/APIUIClient.h:61
> +#if ENABLE(MEDIA_SESSION)

no need to guard this forward-declaration (but it's fine either way)

> Source/WebKit2/UIProcess/API/C/WKAPICast.h:112
> +#if ENABLE(MEDIA_SESSION)

ditto

> Source/WebKit2/UIProcess/API/C/WKAPICast.h:171
> +WK_ADD_API_MAPPING(WKMediaSessionMetadataRef, WebMediaSessionMetadata)

Why is this mapping #if'd out if WKMediaSessionMetadata has all the functions but the contents of said functions are if'd out? Which way are you disabling this?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150707/e9ecba72/attachment.html>


More information about the webkit-unassigned mailing list