We need to rects from nested views through convertToContainingView.
Created attachment 181771 [details] Patch
Comment on attachment 181771 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=181771&action=review > Source/WebCore/page/scrolling/ScrollingCoordinator.cpp:188 > + if (!r.isEmpty()) { whole lotta' indentation here. can we get some early returns?
Comment on attachment 181771 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=181771&action=review >> Source/WebCore/page/scrolling/ScrollingCoordinator.cpp:188 >> + if (!r.isEmpty()) { > > whole lotta' indentation here. can we get some early returns? Good point. Done.
Committed in http://trac.webkit.org/changeset/139346.