* page/FrameView.cpp:
(WebCore::FrameView::requestScrollPositionUpdate):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@107472
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-02-10 Dan Bernstein <mitz@apple.com>
+
+ Non-threaded scrolling build fix.
+
+ * page/FrameView.cpp:
+ (WebCore::FrameView::requestScrollPositionUpdate):
+
2012-02-10 Edward O'Connor <eoconnor@apple.com>
Change values for WEBKIT_KEYFRAMES_RULE, WEBKIT_KEYFRAME_RULE
if (ScrollingCoordinator* scrollingCoordinator = page->scrollingCoordinator())
return scrollingCoordinator->requestScrollPositionUpdate(this, position);
}
+#else
+ UNUSED_PARAM(position);
#endif
return false;