--- a/webengine/osswebengine/WebKit/s60/webview/WebPointerEventHandler.h Mon Mar 15 12:44:50 2010 +0200
+++ b/webengine/osswebengine/WebKit/s60/webview/WebPointerEventHandler.h Wed Mar 31 23:16:40 2010 +0300
@@ -49,7 +49,7 @@
private:
bool checkForEventListener(WebCore::Node* node);
bool canDehighlight(const TPoint &aPoint);
- void dehighlight(const TPoint &aPoint = TPoint(-1,-1));
+ void dehighlight();
bool isHighlitableElement(TBrCtlDefs::TBrCtlElementType& elType);
TBrCtlDefs::TBrCtlElementType highlitableElement();
@@ -61,7 +61,6 @@
void handleMove(const TStmGestureEvent& aGesture);
void doTapL();
void updateCursor(const TPoint& pos);
- void setFocusRing();
void handlePinchZoomL(const TStmGestureEvent& aGesture);
private:
WebPointerEventHandler(WebView* view);