webengine/osswebengine/WebKit/s60/plugins/PluginWin.h
branchRCL_3
changeset 42 a1a5d4e727e8
parent 37 ac77f89b1d9e
child 44 800203832575
--- 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;
     };