[Webkit-unassigned] [Bug 145703] MediaSessions should keep track of their participating media elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 5 13:38:39 PDT 2015


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

Eric Carlson <eric.carlson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #254373|review?                     |review+
              Flags|                            |

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

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

> Source/WebCore/Modules/mediasession/MediaSession.h:63
>      State m_currentState { State::Idle };
>  
> +    friend class HTMLMediaElement;
> +
> +    Vector<HTMLMediaElement*> m_participatingElements;

Nit: instance variables are typically declared after methods.

-- 
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/20150605/d2312c2e/attachment.html>


More information about the webkit-unassigned mailing list