[Webkit-unassigned] [Bug 46535] webkit does not build when PLUGIN_PROXY_FOR_VIDEO

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 24 16:01:52 PDT 2010


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #68777|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #1 from Eric Seidel <eric at webkit.org>  2010-09-24 16:01:52 PST ---
(From update of attachment 68777)
View in context: https://bugs.webkit.org/attachment.cgi?id=68777&action=review

> WebCore/loader/FrameLoader.cpp:3531
> +#if ENABLE(PLUGIN_PROXY_FOR_VIDEO)
> +
> +void FrameLoader::hideMediaPlayerProxyPlugin(Widget* widget)
> +{
> +    m_client->hideMediaPlayerProxyPlugin(widget);
> +}
> +
> +void FrameLoader::showMediaPlayerProxyPlugin(Widget* widget)
> +{
> +    m_client->showMediaPlayerProxyPlugin(widget);
> +}
> +
> +#endif // ENABLE(PLUGIN_PROXY_FOR_VIDEO)

These methods do not belong on FrameLoader.  Just talk directly to the client.

-- 
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