diff -r 10e98eab6f85 -r a359256acfc6 webengine/osswebengine/WebKit/s60/plugins/PluginSkin.h --- 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* 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 m_JSUrls; WTF::HashSet m_streams; + + RArray* iGenericElementArray; + TPoint m_oldPos; + TRect m_oldViewport; + public: TInt m_handle;