[Webkit-unassigned] [Bug 146837] Media Session: add plumbing for delivering start-of-interruption events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 10 10:57:18 PDT 2015


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

--- Comment #4 from Eric Carlson <eric.carlson at apple.com> ---
Comment on attachment 256589
  --> https://bugs.webkit.org/attachment.cgi?id=256589
Patch

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

> Source/WebCore/Modules/mediasession/MediaSessionEvents.h:33
> +enum MediaEventType {

This should be "enum class".

> Source/WebCore/Modules/mediasession/MediaSessionEvents.h:39
> +enum MediaSessionInterruptingCategory {

Ditto.

> Source/WebCore/page/Page.cpp:1230
> +void Page::handleStartOfInterruptionEvent(MediaSessionInterruptingCategory category)
> +{
> +}

Please add notImplemented();

-- 
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/20150710/2e39ee54/attachment.html>


More information about the webkit-unassigned mailing list