webengine/osswebengine/WebKit/s60/webview/WebView.cpp
branchRCL_3
changeset 35 1f3c3f2f5b0a
parent 34 220a17280356
child 36 c711bdda59f4
equal deleted inserted replaced
34:220a17280356 35:1f3c3f2f5b0a
  1857     return TSize((Rect().Size().iWidth-20),(Rect().Size().iHeight-20));
  1857     return TSize((Rect().Size().iWidth-20),(Rect().Size().iHeight-20));
  1858 }
  1858 }
  1859 
  1859 
  1860 void WebView::clearOffScreenBitmap()
  1860 void WebView::clearOffScreenBitmap()
  1861 {
  1861 {
       
  1862     if( !IsVisible() )
       
  1863       return;
       
  1864     
  1862     m_webcorecontext->gc().Reset();
  1865     m_webcorecontext->gc().Reset();
  1863     m_webcorecontext->gc().Clear();
  1866     m_webcorecontext->gc().Clear();
  1864 }
  1867 }
  1865 
  1868 
  1866 void WebView::scrollBuffer(TPoint to, TPoint from, TBool usecopyscroll)
  1869 void WebView::scrollBuffer(TPoint to, TPoint from, TBool usecopyscroll)