<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Media Session: generalize isFocusedContentMediaElementPlaying so it works with other playback attributes"
   href="https://bugs.webkit.org/show_bug.cgi?id=147797#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Media Session: generalize isFocusedContentMediaElementPlaying so it works with other playback attributes"
   href="https://bugs.webkit.org/show_bug.cgi?id=147797">bug 147797</a>
              from <span class="vcard"><a class="email" href="mailto:mrajca&#64;apple.com" title="Matt Rajca &lt;mrajca&#64;apple.com&gt;"> <span class="fn">Matt Rajca</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=147797#c6">comment #6</a>)
<span class="quote">&gt; Comment on <span class="bz_obsolete"><a href="attachment.cgi?id=258625&amp;action=diff" name="attach_258625" title="Patch">attachment 258625</a> <a href="attachment.cgi?id=258625&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=258625&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=258625&amp;action=review</a>
&gt; 
&gt; &gt; Source/WebKit2/UIProcess/API/C/WKMediaSessionFocusManager.h:44
&gt; &gt;  enum {
&gt; &gt; -    IsPlaying = 1 &lt;&lt; 0
&gt; &gt; +    IsPlaying                     = 1 &lt;&lt; 0,
&gt; &gt; +    IsPreviousTrackControlEnabled = 1 &lt;&lt; 1,
&gt; &gt; +    IsNextTrackControlEnabled     = 1 &lt;&lt; 2,
&gt; &gt;  };
&gt; &gt;  typedef uint32_t WKMediaSessionFocusManagerPlaybackAttribute;
&gt; 
&gt; This should be enum WKMediaSessionFocusManagerPlaybackAttribute {  ... }
&gt; typedef uint32_t WKMediaSessionFocusManagerPlaybackAttributes;
&gt; 
&gt; &gt; Source/WebKit2/UIProcess/WebMediaSessionFocusManager.h:65
&gt; &gt; +    WKMediaSessionFocusManagerPlaybackAttribute m_playbackAttributes { 0 };
&gt; 
&gt; WKMediaSessionFocusManagerPlaybackAttributes</span >

Fixed.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>