[Webkit-unassigned] [Bug 66650] [Qt] Flash in a QGraphicsWebView using OpenGL is slow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 23 03:20:40 PDT 2011


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





--- Comment #8 from Noam Rosenthal <noam.rosenthal at nokia.com>  2011-08-23 03:20:40 PST ---
(From update of attachment 104806)
View in context: https://bugs.webkit.org/attachment.cgi?id=104806&action=review

Girish, could you look at this patch?

> Source/WebCore/ChangeLog:8
> +        Plugins are now drawn on a QPixmap instead of on a X11 Pixmap
> +        when the OpenGL backend is used. The X11 Pixmap used to be transformed
> +        to a QImage on every paint when the painter used the OpenGL engine.

This still doesn't describe what your patch changes.

> Source/WebCore/plugins/qt/PluginViewQt.cpp:284
> +    // Check whether we should use a QPixmap or X11 Pixmap to draw the plugin on

. at end of sentence.

> Source/WebCore/plugins/qt/PluginViewQt.cpp:285
> +    bool UseX11Pixmap = true;

useX11Pixmap (start with lowercase).

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