webengine/osswebengine/WebKit/s60/webview/WebFrame.h
branchRCL_3
changeset 48 79859ed3eea9
parent 47 e1bea15f9a39
child 49 919f36ff910f
--- a/webengine/osswebengine/WebKit/s60/webview/WebFrame.h	Thu Aug 19 10:58:56 2010 +0300
+++ b/webengine/osswebengine/WebKit/s60/webview/WebFrame.h	Tue Aug 31 16:17:46 2010 +0300
@@ -93,11 +93,10 @@
 
     void paintRect(WebCoreGraphicsContext& gc, const TRect& r);
 
-    void notifyPluginsOfPositionChange();
-    void notifyPluginOfPositionChange(PluginSkin* plg);
+    void notifyPluginsOfScrolling();
+    void notifyPluginOfScrolling(WebCore::RenderObject* renderer);
     PluginSkin* focusedPlugin();
     WebFrame* frameAtPoint(const TPoint& pt_);
-    void reCreatePlugins();
     
     // utility functions
     int imageCount(bool visibleOnly_);
@@ -108,14 +107,10 @@
     void makeVisiblePlugins(TBool visible);
     bool executeScript(const WebCore::String& script);
     WebCore::Node* getClosestAnchorElement(const TPoint& pt, TPoint& newPos);
-
-	void ScrollOrPinchStatus(bool status);
-	
-	/**
-    * Notify Flash Plugin FocusChangeEvent 
-    */
-	void notifyPluginFocusChangeEvent(TBool visible);
-
+    
+    void setpluginToScroll(bool pluginScroll){m_pluginToScroll=pluginScroll;}
+    bool pluginToScroll(){return m_pluginToScroll;}
+    
 private:
     WebFrame(const WebFrame&);                    // not implemented
     WebFrame& operator=(const WebFrame&);         // not implemented