[Webkit-unassigned] [Bug 146282] MediaSession: propagate MediaSessionMetadata to WebPageProxy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 24 15:31:07 PDT 2015


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

--- Comment #8 from Matt Rajca <mrajca at apple.com> ---
(In reply to comment #7)
> Comment on attachment 255491 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=255491&action=review
> 
> > Source/WebCore/page/ChromeClient.h:49
> > +#include "MediaSessionMetadata.h"
> 
> Please forward-declare instead of including this header (it seems like you
> can, right?). ChromeClient.h is included in a billion places and this will
> just make the build slower.

Yup, fixed.

> 
> > Source/WebKit2/UIProcess/WebPageProxy.cpp:5775
> > +{
> 
> I assume you're going to put something here in a near-future patch?

Yes. I have the changes locally.

> 
> > Source/WebKit2/UIProcess/WebPageProxy.h:123
> > +#if ENABLE(MEDIA_SESSION)
> > +#include <WebCore/MediaSessionMetadata.h>
> 
> Ditto here.

Changed.

-- 
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/20150624/221aec13/attachment.html>


More information about the webkit-unassigned mailing list