[webkit-changes] [103199] trunk/Source/WebCore
Dan Bernstein
mitz at apple.com
Sun Dec 18 17:42:01 PST 2011
On Dec 18, 2011, at 5:40 PM, kling at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-changes/attachments/20111218/101d54b8/attachment.html>
More information about the webkit-changes
mailing list