[webkit-reviews] review granted: [Bug 70634] Mark GraphicsLayers as opaque when possible : [Attachment 187160] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 7 15:47:45 PST 2013


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Alok Priyadarshi
<alokp at chromium.org>'s request for review:
Bug 70634: Mark GraphicsLayers as opaque when possible
https://bugs.webkit.org/show_bug.cgi?id=70634

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

------- Additional Comments from Simon Fraser (smfr) <simon.fraser at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=187160&action=review


> Source/WebCore/ChangeLog:8
> +	   Mark layers as opaque in a very simple case - any child renderer has
an opaque background and covers the entire composited bounds.
RenderLayer::contentsOpaqueInRect has been implemented conservatively, i.e. it
errs towards returning false negative.

It's not "any child renderer" currently; it's just the layer's main renderer.


More information about the webkit-reviews mailing list