| Index: Source/core/frame/LocalFrame.h
|
| diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
|
| index 293a21b9569bb58c9be76574a358bf2949636b0f..3819ba01b41b1fd2682ff570790e74e99e0cd642 100644
|
| --- a/Source/core/frame/LocalFrame.h
|
| +++ b/Source/core/frame/LocalFrame.h
|
| @@ -164,6 +164,8 @@ namespace blink {
|
| bool shouldReuseDefaultView(const KURL&) const;
|
| void removeSpellingMarkersUnderWords(const Vector<String>& words);
|
|
|
| + bool scrollByDelta(const FloatSize& delta);
|
| +
|
| #if ENABLE(OILPAN)
|
| void registerPluginElement(HTMLPlugInElement*);
|
| void unregisterPluginElement(HTMLPlugInElement*);
|
|
|