[Webkit-unassigned] [Bug 147802] Media Session: notify the UI process when media controls are enabled/disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 12 10:00:19 PDT 2015


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

--- Comment #12 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 258684
  --> https://bugs.webkit.org/attachment.cgi?id=258684
Patch

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

> Source/WebCore/Modules/mediasession/MediaSession.cpp:74
> -        m_controls = adoptRef(*new MediaRemoteControls(context));
> +        m_controls = adoptRef(*new MediaRemoteControls(context, this));

Why doesn't this use MediaRemoteControls::create() (which would need an extra parameter)?

-- 
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/20150812/891916ca/attachment.html>


More information about the webkit-unassigned mailing list