[Webkit-unassigned] [Bug 30711] [Qt] Windowless Plugins : Don't use m_clipRect when painting.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 23 02:04:38 PDT 2009


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





--- Comment #1 from Girish Ramakrishnan <girish at forwardbias.in>  2009-10-23 02:04:35 PDT ---
Created an attachment (id=41720)
 --> (https://bugs.webkit.org/attachment.cgi?id=41720)
[Qt] Windowless Plugins : Don't use m_clipRect when painting.


Though it works, it is not correct to use m_clipRect for painting
in Windowless mode. Instead, the rect paramater that is passed
as a part of PluginView::paint() must be used. This change will
also result in some speedup since previously we used to paint all
the visible parts of a windowless plugin (even if those parts are
not dirty).

https://bugs.webkit.org/show_bug.cgi?id=30711
---
 WebCore/ChangeLog                   |   19 +++++++++++++++++++
 WebCore/plugins/qt/PluginViewQt.cpp |   23 +++++++++++++----------
 2 files changed, 32 insertions(+), 10 deletions(-)

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