[webkit-reviews] review granted: [Bug 114389] Inspector highlights are offset when the WKView has a header : [Attachment 197413] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 10 16:21:02 PDT 2013


Sam Weinig <sam at webkit.org> has granted Beth Dakin <bdakin at apple.com>'s request
for review:
Bug 114389: Inspector highlights are offset when the WKView has a header
https://bugs.webkit.org/show_bug.cgi?id=114389

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

------- Additional Comments from Sam Weinig <sam at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=197413&action=review


> Source/WebCore/platform/ScrollView.cpp:721
> +    IntPoint viewPoint = contentsPoint + IntPoint(0, headerHeight()) -
scrollOffset();

This should be an IntSize.


More information about the webkit-reviews mailing list