webengine/osswebengine/WebKit/s60/plugins/PluginWin.h
changeset 11 c8a366e56285
parent 10 a359256acfc6
child 15 60c5402cb945
--- a/webengine/osswebengine/WebKit/s60/plugins/PluginWin.h	Thu Aug 27 07:44:59 2009 +0300
+++ b/webengine/osswebengine/WebKit/s60/plugins/PluginWin.h	Thu Sep 24 12:53:48 2009 +0300
@@ -479,6 +479,7 @@
     void PlayPausePluginL ();
     void HandlePointerEventFromPluginL(const TPointerEvent& aEvent);
     TBool HandleGesture(const RT_GestureHelper::TGestureEvent& aEvent);    
+	TBool Windowed() { return m_windowedPlugin;}
     protected: // New functions
 
         /**
@@ -501,9 +502,6 @@
         bool                                m_windowedPlugin;
         bool                                m_transparentPlugin;
         CFbsBitmap*                         m_bitmap;       //The bitmap for windowless plugin
-        CFbsBitmap*                         m_mask;         //The mask for transparent windowless plugin
-        CFbsBitmapDevice*                   m_bitmapDeviceMask;
-        CFbsBitGc*                          m_bitmapContextMask; 
         bool                                m_fullscreen;
         bool                                m_windowCreated;
         bool                                m_forceScroll;