webengine/osswebengine/WebKit/s60/webview/WebFrameView.h
branchRCL_3
changeset 48 79859ed3eea9
parent 47 e1bea15f9a39
child 49 919f36ff910f
--- a/webengine/osswebengine/WebKit/s60/webview/WebFrameView.h	Thu Aug 19 10:58:56 2010 +0300
+++ b/webengine/osswebengine/WebKit/s60/webview/WebFrameView.h	Tue Aug 31 16:17:46 2010 +0300
@@ -41,7 +41,7 @@
     // from MScrollView
     void draw(WebCoreGraphicsContext&, const TRect&);
     void invalidateRect(const TRect&, TBool);
-    void scrollTo(const TPoint&, TBool aNotifyPlugins=EFalse);
+    void scrollTo(const TPoint&);
     TRect visibleRect() const;
     TSize contentSize() const;
     void resizeContent(const TSize& /*aSize*/);
@@ -104,8 +104,6 @@
     int getBidiWidth();
     bool needScroll(const TPoint& aPoint);
 private:
-    void moveFocus();
-
     WebFrameView(const WebFrameView&);            // not implemented
     WebFrameView& operator=(const WebFrameView&); // not implemented