[Webkit-unassigned] [Bug 57418] [Qt] [Symbian] GraphicsLayer: support plugins on symbian

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 23 15:44:55 PDT 2011


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





--- Comment #11 from Eric Seidel <eric at webkit.org>  2011-05-23 15:44:55 PST ---
(From update of attachment 91306)
View in context: https://bugs.webkit.org/attachment.cgi?id=91306&action=review

> Source/WebCore/plugins/PluginView.h:432
> +#if USE(ACCELERATED_COMPOSITING) && (defined(XP_UNIX) || OS(SYMBIAN))

Why the unix here?

> Source/WebCore/plugins/symbian/PluginViewSymbian.cpp:472
> +        if (m_parentFrame->page()->chrome()->client()->allowsAcceleratedCompositing()
> +            && m_parentFrame->page()->settings()
> +            && m_parentFrame->page()->settings()->acceleratedCompositingEnabled()) {

I wonder if this shouldn't be a helper function.

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