[webkit-reviews] review granted: [Bug 108211] Add RenderLayer::enclosingStackingContainer : [Attachment 185279] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 29 12:08:58 PST 2013


Simon Fraser (smfr) <simon.fraser at apple.com> has granted vollick at chromium.org's
request for review:
Bug 108211: Add RenderLayer::enclosingStackingContainer
https://bugs.webkit.org/show_bug.cgi?id=108211

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

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


> Source/WebCore/rendering/RenderLayer.h:446
> +    RenderLayer* enclosingStackingContainer() { return isStackingContainer()
? this : stackingContainer(); }

Should be const.


More information about the webkit-reviews mailing list