[webkit-reviews] review granted: [Bug 132077] [Mac, iOS] Stop buffering media when on an inactive tab : [Attachment 230024] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 23 18:08:34 PDT 2014


Eric Carlson <eric.carlson at apple.com> has granted Brent Fulgham
<bfulgham at webkit.org>'s request for review:
Bug 132077: [Mac, iOS] Stop buffering media when on an inactive tab
https://bugs.webkit.org/show_bug.cgi?id=132077

Attachment 230024: Patch
https://bugs.webkit.org/attachment.cgi?id=230024&action=review

------- Additional Comments from Eric Carlson <eric.carlson at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=230024&action=review


Thanks!

> Source/WebCore/platform/audio/MediaSession.h:130
> +#if ENABLE(PAGE_VISIBILITY_API)
> +    virtual bool elementIsHidden() const { return false; }
> +#endif

I don't think this is necessary.


More information about the webkit-reviews mailing list