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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 18 09:57:26 PST 2011


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





--- Comment #8 from Robert Kroeger <rjkroege at chromium.org>  2011-11-18 09:57:26 PST ---
(In reply to comment #7)
> (In reply to comment #6)
> > 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?
> 
> There is not support for passing a WTF structure through the WebKit API.  The WebKit API exists to isolate WTF and WebCore types from Chromium.
> 
> Since we are just talking about the Chromium WebKit API, why do other implementations matter?

How about making an abstract "GestureRecognizerParameters" class with a GestureRecognizerParametersChromium subclass that contains a struct. This lets the PlatformGestureRecognizer interface stay platform-neutral and the GRPC as Chromium-only code can be safely built/modified from the Chromium WebKit API?

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