[webkit-reviews] review granted: [Bug 49915] [Qt] QWebFramePrivate::renderRelativeCoords() calls QPainter::save/restore more than necessary : [Attachment 79917] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 24 06:53:00 PST 2011


Andreas Kling <kling at webkit.org> has granted Renata Hodovan <reni at webkit.org>'s
request for review:
Bug 49915: [Qt] QWebFramePrivate::renderRelativeCoords() calls
QPainter::save/restore more than necessary
https://bugs.webkit.org/show_bug.cgi?id=49915

Attachment 79917: Patch
https://bugs.webkit.org/attachment.cgi?id=79917&action=review

------- Additional Comments from Andreas Kling <kling at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=79917&action=review

>>> Source/WebKit/qt/Api/qwebframe.cpp:408
>>>		     view->paintScrollbars(context, rect);
>> 
>> Are you sure that FrameView::paintScrollbars() doesn't taint the
GraphicsContext state?
> 
> No, GC is absolutely undamaged :)

Awesomecake! r=me


More information about the webkit-reviews mailing list