diff -r a1a5d4e727e8 -r 800203832575 webengine/osswebengine/WebKit/s60/webview/WebFrame.h --- a/webengine/osswebengine/WebKit/s60/webview/WebFrame.h Wed Jun 09 10:52:50 2010 +0300 +++ b/webengine/osswebengine/WebKit/s60/webview/WebFrame.h Mon Jun 21 16:54:17 2010 +0300 @@ -97,7 +97,6 @@ void notifyPluginOfPositionChange(PluginSkin* plg); PluginSkin* focusedPlugin(); WebFrame* frameAtPoint(const TPoint& pt_); - void PlayPausePlugins(bool pause); void reCreatePlugins(); // utility functions @@ -109,8 +108,9 @@ void makeVisiblePlugins(TBool visible); bool executeScript(const WebCore::String& script); WebCore::Node* getClosestAnchorElement(const TPoint& pt, TPoint& newPos); - - + + void ScrollOrPinchStatus(bool status); + private: WebFrame(const WebFrame&); // not implemented WebFrame& operator=(const WebFrame&); // not implemented