diff -r ac77f89b1d9e -r 4917f9bf7995 webengine/osswebengine/WebKit/s60/webview/WebFrameView.cpp --- 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())