diff -r c8a366e56285 -r 60c5402cb945 webengine/osswebengine/WebKit/s60/webview/WebFrameView.h --- 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