webengine/osswebengine/WebKit/s60/webview/WebFrameView.h
changeset 15 60c5402cb945
parent 5 10e98eab6f85
child 42 a1a5d4e727e8
--- a/webengine/osswebengine/WebKit/s60/webview/WebFrameView.h	Thu Sep 24 12:53:48 2009 +0300
+++ b/webengine/osswebengine/WebKit/s60/webview/WebFrameView.h	Mon Oct 26 08:28:45 2009 +0200
@@ -98,7 +98,8 @@
     TPoint frameCoordsInViewCoords(const TPoint& aPoint);
     TPoint viewCoordsInFrameCoords(const TPoint& aPoint);
     TRect rectInGlobalCoords() const;
-
+    TRect frameCoordsInViewCoords(const TRect &aRect);
+    
     void checkScrollbarVisibility();
     int getBidiWidth();
     bool needScroll(const TPoint& aPoint);
@@ -125,6 +126,7 @@
 
     bool    m_resizeByEngine;
     int     m_refCount;
+	TBool   m_isVisible;
 };
 
 #endif // END OF FILE