[Webkit-unassigned] [Bug 145581] Add basic Media Session support to HTMLMediaElement
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 3 10:07:56 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=145581
--- Comment #5 from Eric Carlson <eric.carlson at apple.com> ---
Comment on attachment 254183
--> https://bugs.webkit.org/attachment.cgi?id=254183
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=254183&action=review
> Source/WebCore/html/HTMLMediaElement.h:53
> +#if ENABLE(MEDIA_SESSION)
> +#include "MediaSession.h"
> +#endif
I think you can pre-declare "class MediaSession" here and put the include in the .cpp file.
--
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/20150603/556991d5/attachment.html>
More information about the webkit-unassigned
mailing list