[Webkit-unassigned] [Bug 95529] [chromium] Rename WebViewClient::handleDisambiguationPopup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 31 11:36:05 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=95529





--- Comment #3 from Adam Barth <abarth at webkit.org>  2012-08-31 11:36:13 PST ---
(From update of attachment 161622)
View in context: https://bugs.webkit.org/attachment.cgi?id=161622&action=review

> Source/WebKit/chromium/public/WebViewClient.h:291
> -    virtual bool handleDisambiguationPopup(const WebGestureEvent&, const WebVector<WebRect>& targetRects) { return false; }
> +    virtual bool multipleTargetsTapped(const WebGestureEvent&, const WebVector<WebRect>& targetRects) { return false; }

didTapMultipleTargets or willTapMultipleTargets?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list