[Webkit-unassigned] [Bug 54365] GraphicsContext: Add clip(IntRect) overload for Qt
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Feb 14 13:42:57 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54365
Andreas Kling <kling at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darin at apple.com
--- Comment #6 from Andreas Kling <kling at webkit.org> 2011-02-14 13:42:58 PST ---
(In reply to comment #5)
> (From update of attachment 82354 [details])
> Seems OK. I’d like to see the patch that makes use of this ASAP, though, because until then this is dead code.
It's already in place, some example users:
RenderBlock::paintColumnContents()
RenderBox::pushContentsClip()
RenderBoxModelObject::paintFillLayerExtended()
RenderLayer::beginTransparencyLayers()
ScrollView::paint()
They were previously calling clip() with implicitly constructed FloatRects.
--
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