webengine/osswebengine/WebKit/s60/webview/WebFrame.h
branchRCL_3
changeset 84 800203832575
parent 67 4917f9bf7995
child 92 e1bea15f9a39
--- 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