* platform/ios/ScrollViewIOS.mm:
(WebCore::ScrollView::platformTopContentInset):
(WebCore::ScrollView::platformSetTopContentInset):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@171932
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2014-08-01 Tim Horton <timothy_horton@apple.com>
+
+ Fix the iOS build after r171891
+
+ * platform/ios/ScrollViewIOS.mm:
+ (WebCore::ScrollView::platformTopContentInset):
+ (WebCore::ScrollView::platformSetTopContentInset):
+
2014-08-01 Pratik Solanki <psolanki@apple.com>
Remove EventNames.h include from header files
END_BLOCK_OBJC_EXCEPTIONS;
}
-float ScrollView::platformTopContentInset(float) const
+float ScrollView::platformTopContentInset() const
{
return 0;
}
-void ScrollView::platformSetTopContentInset()
+void ScrollView::platformSetTopContentInset(float)
{
}