[webkit-reviews] review requested: [Bug 72965] [chromium] Use blending on opaque non-axis-aligned layers. : [Attachment 118650] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 9 15:06:28 PST 2011


Dana Jansens <danakj at chromium.org> has asked  for review:
Bug 72965: [chromium] Use blending on opaque non-axis-aligned layers.
https://bugs.webkit.org/show_bug.cgi?id=72965

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

------- Additional Comments from Dana Jansens <danakj at chromium.org>
Put the blending decision behind a single public function: bool
drawWithBlending().

Made protected methods to decide blending based on the contents of the layer
(i.e. are all pixels opaque), and the edges of the layer (i.e. is it
rectilinear or does it require anti-aliasing for the edges).


More information about the webkit-reviews mailing list