diff -r 4bd5176e1bc8 -r a1a5d4e727e8 webengine/osswebengine/WebKit/s60/plugins/PluginWin.h --- a/webengine/osswebengine/WebKit/s60/plugins/PluginWin.h Tue May 25 13:52:38 2010 +0300 +++ b/webengine/osswebengine/WebKit/s60/plugins/PluginWin.h Wed Jun 09 10:52:50 2010 +0300 @@ -481,6 +481,7 @@ void HandlePointerEventFromPluginL(const TPointerEvent& aEvent); TBool HandleGesture(const TStmGestureEvent& aEvent); TBool Windowed() { return m_windowedPlugin;} + bool containsPoint(WebView& view, const TPoint& pt); protected: // New functions /** @@ -506,6 +507,7 @@ bool m_fullscreen; bool m_windowCreated; bool m_forceScroll; + bool m_visibilty; };