webengine/osswebengine/WebKit/s60/webview/WebFrame.h
branchRCL_3
changeset 37 ac77f89b1d9e
parent 10 a359256acfc6
child 38 4917f9bf7995
--- 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