--- a/webengine/osswebengine/WebKit/s60/webview/WebFrameView.cpp Wed Apr 14 17:06:56 2010 +0300
+++ b/webengine/osswebengine/WebKit/s60/webview/WebFrameView.cpp Tue Apr 27 17:46:17 2010 +0300
@@ -291,7 +291,7 @@
if (aPoint != m_contentPos) {
TPoint p(nearestPointInFrame(aPoint));
m_contentPos = p;
- m_frame->notifyPluginsOfScrolling();
+ m_frame->notifyPluginsOfPositionChange();
m_topView->syncRepaint( TRect(0,0,KMaxTInt/2,KMaxTInt/2) );
}
}
@@ -326,7 +326,7 @@
m_contentPos = p;
- m_frame->notifyPluginsOfScrolling();
+ m_frame->notifyPluginsOfPositionChange();
if( m_topView->pageScaler() && m_topView->pageScaler()->Visible())