webengine/osswebengine/WebKit/s60/plugins/PluginSkin.h
changeset 16 a359256acfc6
parent 13 10e98eab6f85
child 17 c8a366e56285
--- a/webengine/osswebengine/WebKit/s60/plugins/PluginSkin.h	Fri Jul 03 15:54:40 2009 +0100
+++ b/webengine/osswebengine/WebKit/s60/plugins/PluginSkin.h	Thu Aug 27 07:44:59 2009 +0300
@@ -428,11 +428,17 @@
         * @return Bool.
         */
         TBool RunScript(); 
+        RArray<NPN_GenericElement>*  genericElementArray(){
+            return iGenericElementArray;
+        }
   private:  // private member data
         void setPluginWinClipedRect();
         TRect frameVisibleRect() const;
         void Close();
         
+        const TDesC& GetExecutionMode();
+        void setupGenericElementArrrayL();
+        void addWidgetAttributesL();
         // Window-owning CoeControl which wraps the CoeControl created by the plugin
         PluginWin* m_pluginwin;
         WebFrame* m_frame; // not owned
@@ -464,6 +470,11 @@
         RPointerArray<HBufC> m_JSUrls;
 
         WTF::HashSet<PluginStream*>  m_streams;
+        
+        RArray<NPN_GenericElement>*  iGenericElementArray;
+        TPoint   m_oldPos;
+        TRect    m_oldViewport;
+        
 
 public:
         TInt m_handle;