[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 13:43:54 PST 2011


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


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #115619|review?                     |review-
               Flag|                            |




--- Comment #5 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-11-17 13:43:54 PST ---
(From update of attachment 115619)
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?

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