[Webkit-unassigned] [Bug 136449] [GTK] UserMedia Permission Request API
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Nov 21 08:51:13 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=136449
--- Comment #21 from Philippe Normand <pnormand at igalia.com> ---
Comment on attachment 241934
--> https://bugs.webkit.org/attachment.cgi?id=241934
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=241934&action=review
> Source/WebKit2/UIProcess/UserMediaPermissionRequestProxy.h:42
> - PassRefPtr<ImmutableDictionary> mediaParameters() const { return m_mediaParameters; }
> + bool audio() const { return m_audio; }
> + bool video() const { return m_video; }
What do you think about this API change, Benjamin?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141121/ed81c18f/attachment-0002.html>
More information about the webkit-unassigned
mailing list