[Webkit-unassigned] [Bug 64474] Make GestureRecognizerChromium aware of Frame
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 13 13:09:58 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64474
Adam Barth <abarth at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #100696|review? |review-
Flag| |
--- Comment #3 from Adam Barth <abarth at webkit.org> 2011-07-13 13:09:58 PST ---
(From update of attachment 100696)
View in context: https://bugs.webkit.org/attachment.cgi?id=100696&action=review
> Source/WebCore/platform/PlatformGestureRecognizer.h:59
> - virtual bool processTouchEventForGesture(const PlatformTouchEvent&, EventHandler*, bool handled) = 0;
> + virtual bool processTouchEventForGesture(const PlatformTouchEvent&, Frame*, bool handled) = 0;
Code in WebCore/platform cannot be aware of anything in WebCore outside WebCore/platform. That means both EventHandler and Frame are forbidden.
--
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