[Webkit-unassigned] [Bug 82930] [BlackBerry] Tab awareness for HTML5 concurrent audio
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 5 10:34:09 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=82930
--- Comment #13 from Antonio Gomes <tonikitoo at webkit.org> 2012-04-05 10:34:09 PST ---
(From update of attachment 135697)
View in context: https://bugs.webkit.org/attachment.cgi?id=135697&action=review
> Source/WebCore/platform/graphics/blackberry/MediaPlayerPrivateBlackBerry.cpp:118
> + void* tabId = 0;
> + if (frameView() && frameView()->hostWindow())
> + tabId = frameView()->hostWindow()->platformPageClient();
> +#if USE(ACCELERATED_COMPOSITING)
> + m_platformPlayer = new MMRPlayer(this, tabId, true);
> +#else
> + m_platformPlayer = new MMRPlayer(this, tabId, false);
> +#endif
could you help me to understand how the tabId is used here?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list