Index: Source/core/frame/LocalFrame.h |
diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h |
index ee03926cb1a68e11e60a7479e6220759219fd125..1bbbc0f2acd06a375df60a5dcb7dd3306a855d46 100644 |
--- a/Source/core/frame/LocalFrame.h |
+++ b/Source/core/frame/LocalFrame.h |
@@ -162,6 +162,10 @@ namespace blink { |
bool shouldReuseDefaultView(const KURL&) const; |
void removeSpellingMarkersUnderWords(const Vector<String>& words); |
+ // FIXME: once scroll customization is enabled everywhere |
+ // (crbug.com/416862), this should take a ScrollState object. |
+ bool applyScrollDelta(const FloatSize& delta, bool isScrollBegin); |
+ |
#if ENABLE(OILPAN) |
void registerPluginElement(HTMLPlugInElement*); |
void unregisterPluginElement(HTMLPlugInElement*); |