diff -r 79859ed3eea9 -r 919f36ff910f webengine/osswebengine/WebKit/s60/webview/WebFrameView.h --- a/webengine/osswebengine/WebKit/s60/webview/WebFrameView.h Tue Aug 31 16:17:46 2010 +0300 +++ b/webengine/osswebengine/WebKit/s60/webview/WebFrameView.h Wed Sep 01 12:28:30 2010 +0100 @@ -41,7 +41,7 @@ // from MScrollView void draw(WebCoreGraphicsContext&, const TRect&); void invalidateRect(const TRect&, TBool); - void scrollTo(const TPoint&); + void scrollTo(const TPoint&, TBool aNotifyPlugins=EFalse); TRect visibleRect() const; TSize contentSize() const; void resizeContent(const TSize& /*aSize*/); @@ -104,6 +104,8 @@ int getBidiWidth(); bool needScroll(const TPoint& aPoint); private: + void moveFocus(); + WebFrameView(const WebFrameView&); // not implemented WebFrameView& operator=(const WebFrameView&); // not implemented