webengine/osswebengine/WebKit/s60/webview/WebFrame.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 37 ac77f89b1d9e
--- a/webengine/osswebengine/WebKit/s60/webview/WebFrame.h	Fri Jul 03 15:54:40 2009 +0100
+++ b/webengine/osswebengine/WebKit/s60/webview/WebFrame.h	Thu Aug 27 07:44:59 2009 +0300
@@ -108,6 +108,9 @@
     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
     WebFrame& operator=(const WebFrame&);         // not implemented    
@@ -115,6 +118,7 @@
     WebFrameView*                   m_view;              // the frame view
     RefPtr<WebFrameLoaderClient>    m_loaderClient;      // the loader client
     WebFrameBridge*                 m_bridge;        // the bridge
+    bool                            m_pluginToScroll;
 };
 
 // utility functions