webengine/osswebengine/webkit/s60/webview/WebPagePinchZoomHandler.cpp
branchRCL_3
changeset 70 8bfb9186a8b8
parent 67 4917f9bf7995
child 84 800203832575
equal deleted inserted replaced
67:4917f9bf7995 70:8bfb9186a8b8
   214 {
   214 {
   215     m_isPluginsVisible = true;
   215     m_isPluginsVisible = true;
   216     m_bitmapUpdateTimer->Cancel();
   216     m_bitmapUpdateTimer->Cancel();
   217     m_webView->restoreZoomLevel(m_webView->scalingFactor());
   217     m_webView->restoreZoomLevel(m_webView->scalingFactor());
   218     //update the plugin rect after pinch zoom exit
   218     //update the plugin rect after pinch zoom exit
   219     PluginSkin* pluginskin = m_webView->mainFrame()->focusedPlugin();
   219     m_webView->mainFrame()->notifyPluginsOfPositionChange();
   220     if(pluginskin)
       
   221      {
       
   222         pluginskin->setPluginWinClipedRect(); 
       
   223      }
       
   224     m_webView->startCheckerBoardDestroyTimer();
   220     m_webView->startCheckerBoardDestroyTimer();
   225 }
   221 }
   226 
   222 
   227 // -----------------------------------------------------------------------------
   223 // -----------------------------------------------------------------------------
   228 // handlepinchExitWaitTimer
   224 // handlepinchExitWaitTimer