diff -r dd21522fd290 -r 7c90e6132015 webengine/osswebengine/WebKit/s60/plugins/PluginWin.h --- a/webengine/osswebengine/WebKit/s60/plugins/PluginWin.h Mon Mar 30 12:54:55 2009 +0300 +++ b/webengine/osswebengine/WebKit/s60/plugins/PluginWin.h Fri May 08 08:25:06 2009 +0300 @@ -25,6 +25,7 @@ #include #include #include +#include // FORWARD DECLARATIONS class PluginSkin; @@ -354,7 +355,12 @@ * @return */ void pluginDeactivate(); - + /** + * zoom on double tap on the plugin + * Sets the cursor poistion + * @return + */ + void adaptiveZoom(const TPoint& aCurPosition); public: // Functions from MPluginAdapter @@ -483,6 +489,9 @@ void TogleScreenMode(bool aFullScreen); + void PlayPausePluginL (); + void HandlePointerEventFromPluginL(const TPointerEvent& aEvent); + TBool HandleGesture(const RT_GestureHelper::TGestureEvent& aEvent); protected: // New functions /**