[webkit-reviews] review requested: [Bug 95494] Make RenderLayer::updateNeedsCompositedScrolling scrollbars agnostic : [Attachment 181341] patch 4.2 - no const_cast

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 4 11:12:26 PST 2013


Antonio Gomes <tonikitoo at webkit.org> has asked	for review:
Bug 95494: Make RenderLayer::updateNeedsCompositedScrolling scrollbars agnostic
https://bugs.webkit.org/show_bug.cgi?id=95494

Attachment 181341: patch 4.2 - no const_cast
https://bugs.webkit.org/attachment.cgi?id=181341&action=review

------- Additional Comments from Antonio Gomes <tonikitoo at webkit.org>

> > Source/WebCore/rendering/RenderLayer.cpp:1867
> > +	 if (!frameView ||
!frameView->containsScrollableArea(const_cast<RenderLayer*>(this)))
> 
> I still see a const_cast here

Removed.


More information about the webkit-reviews mailing list