diff -r c711bdda59f4 -r ac77f89b1d9e webengine/osswebengine/WebKit/s60/webview/WebFrame.h --- a/webengine/osswebengine/WebKit/s60/webview/WebFrame.h Wed Mar 31 23:16:40 2010 +0300 +++ b/webengine/osswebengine/WebKit/s60/webview/WebFrame.h Wed Apr 14 17:06:56 2010 +0300 @@ -97,6 +97,7 @@ void notifyPluginOfScrolling(WebCore::RenderObject* renderer); PluginSkin* focusedPlugin(); WebFrame* frameAtPoint(const TPoint& pt_); + void PlayPausePlugins(bool pause); // utility functions int imageCount(bool visibleOnly_); @@ -108,8 +109,6 @@ bool executeScript(const WebCore::String& script); WebCore::Node* getClosestAnchorElement(const TPoint& pt, TPoint& newPos); - void setpluginToScroll(bool pluginScroll){m_pluginToScroll=pluginScroll;} - bool pluginToScroll(){return m_pluginToScroll;} private: WebFrame(const WebFrame&); // not implemented