[webkit-reviews] review granted: [Bug 47036] Wheel scrolls and autoscrolls should not scroll overflow:hidden : [Attachment 80522] Followon patch v2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 23 14:18:29 PDT 2011


Eric Seidel <eric at webkit.org> has granted  review:
Bug 47036: Wheel scrolls and autoscrolls should not scroll overflow:hidden
https://bugs.webkit.org/show_bug.cgi?id=47036

Attachment 80522: Followon patch v2
https://bugs.webkit.org/attachment.cgi?id=80522&action=review

------- Additional Comments from Eric Seidel <eric at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=80522&action=review

This seems reasonable to me now that I actually read it.  I'm sad it was
ignored so long.

> Source/WebCore/rendering/RenderLayer.h:242
> +    bool hasVerticalScrollbar();
> +    bool hasHorizontalScrollbar();

Should these be const?


More information about the webkit-reviews mailing list