[Webkit-unassigned] [Bug 49345] Add Support to WebCore to optionally call an optional platform-specific gesture recognizer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 9 20:52:32 PST 2011


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





--- Comment #30 from Antonio Gomes <tonikitoo at webkit.org>  2011-02-09 20:52:31 PST ---
(From update of attachment 81887)
View in context: https://bugs.webkit.org/attachment.cgi?id=81887&action=review

> Source/WebCore/ChangeLog:4
> +        specific gesture recognizer. A single-owner gesture reccognizer can be

typo: cc

> Source/WebCore/page/EventHandler.h:231
> +     // Use thse to move the GestureRecognizer instance between EventHandlers.

typo THSE

> Source/WebCore/platform/PlatformGestureRecognizer.h:46
> +    PlatformGestureRecognizer();

generally when you have ::create methods (i.e. factory), the ctor is private.

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