On Dec 18, 2011, at 5:40 PM, kl...@webkit.org wrote: > Modified: trunk/Source/WebCore/platform/ScrollableArea.cpp (103198 => 103199) > > --- trunk/Source/WebCore/platform/ScrollableArea.cpp 2011-12-19 01:27:42 UTC > (rev 103198) > +++ trunk/Source/WebCore/platform/ScrollableArea.cpp 2011-12-19 01:40:15 UTC > (rev 103199) > @@ -127,6 +127,7 @@ > > void ScrollableArea::scrollToOffsetWithoutAnimation(const FloatPoint& offset) > { > + printf("scrollToOffsetWithoutAnimation: %g, %g\n", offset.x(), > offset.y()); > scrollAnimator()->scrollToOffsetWithoutAnimation(offset); > } >
This looks unrelated.
_______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes