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

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


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

           Summary: [Qt] Windowless Plugins :  Don't use m_clipRect when
                    painting.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: girish at forwardbias.in


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

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