[webkit-reviews] review requested: [Bug 23526] clipToImageBuffer() for all platforms : [Attachment 27215] clipToImageBuffer via CompositeSourceIn

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 31 04:45:59 PST 2009


Dirk Schulze <krit at webkit.org> has asked  for review:
Bug 23526: clipToImageBuffer() for all platforms
https://bugs.webkit.org/show_bug.cgi?id=23526

Attachment 27215: clipToImageBuffer via CompositeSourceIn
https://bugs.webkit.org/attachment.cgi?id=27215&action=review

------- Additional Comments from Dirk Schulze <krit at webkit.org>
Added support for clipToImageBuffer by using the composite operator
CompositeSourceIn. This is a easy way to support it, with a minumum of code
changes to WebKit.
We need a new Layer for a composite operator, to ensure that we don't influence
the drawing before and after the masking. Therefore I added a new method
closeClipToImageBuffer.


More information about the webkit-reviews mailing list