diff -r 7c90e6132015 -r 10e98eab6f85 webengine/osswebengine/WebKit/s60/plugins/PluginWin.h --- a/webengine/osswebengine/WebKit/s60/plugins/PluginWin.h Fri May 08 08:25:06 2009 +0300 +++ b/webengine/osswebengine/WebKit/s60/plugins/PluginWin.h Fri Jul 03 15:54:40 2009 +0100 @@ -106,13 +106,6 @@ */ TInt refreshPlugin(CFbsBitGc& bitmapContext); - /** - * ViewFocusChanged - invoked when WebKitView gains or loses focus - * - * @since 3.1 - * @return void - */ - void viewFocusChanged(TBool focused); /** * ResizePluginRect @@ -288,13 +281,6 @@ */ void Draw(const TRect& rect) const; - /** - * FocusChanged - * From CCoeControl - * - */ - void FocusChanged(TDrawNow aDrawNow); - public: //From MCoeForegroundObserver /** @@ -488,7 +474,7 @@ HBufC8* PluginDataUrl(); - void TogleScreenMode(bool aFullScreen); + void ToggleScreenMode(bool aFullScreen); void PlayPausePluginL (); void HandlePointerEventFromPluginL(const TPointerEvent& aEvent); TBool HandleGesture(const RT_GestureHelper::TGestureEvent& aEvent);