[Webkit-unassigned] [Bug 23211] Add QWebFrame::renderContents to API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 23 08:05:32 PST 2009


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





------- Comment #5 from zimmermann at kde.org  2009-01-23 08:05 PDT -------
(In reply to comment #3)
> Your rewrite will cause a duplicate paint of the first rect in the vector by my
> reading.  I don't think that will save any cycles :)  Instead you could take
> the first rect out of the vector.
Oops, it should read "for (int i = 1") :-)
> 
> Also, shall I change the implementation in QWebFrame::render while I'm at it? 
> It has the same exact implementation as shown here complete with
> GraphicsContext named ctx :)
>
Sure, why not? Maybe even refactor the code in a static helper function, if
it's identical?

Cheers,
Niko


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the webkit-unassigned mailing list