[Webkit-unassigned] [Bug 72632] [Chromium] Make GestureRecognizer Parameters Configurable (Incomplete - Seeking Feedback)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 17 15:29:25 PST 2011


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





--- Comment #6 from Eugene Girard <girard at chromium.org>  2011-11-17 15:29:25 PST ---
(In reply to comment #5)
> (From update of attachment 115619 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=115619&action=review
> 
> > Source/WebKit/chromium/src/WebSettingsImpl.h:128
> > +    virtual void setGestureParameters(const std::map<int,double>&);
> 
> hmm.. we don't have a good way of pasing a map across the webkit API boundary.
> we've thus far avoided using std::map.  in this case, a simple structure with
> five named fields would seem to be OK.  why not do that?

I was hoping to minimize the impact on the public UI (PlatformGestureRecognizer.h) since other implementations would need different parameters.  Is there support for passing a WTF structure?

-- 
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