[Webkit-unassigned] [Bug 77477] [chromium] Process scroll-gesture events from the MT compositor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 14:22:20 PST 2012


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





--- Comment #3 from Robert Kroeger <rjkroege at chromium.org>  2012-01-31 14:22:21 PST ---
(From update of attachment 124818)
View in context: https://bugs.webkit.org/attachment.cgi?id=124818&action=review

this looks reasonable to me. Maybe we could ask jamesr or fishd to take a look?

> Source/WebKit/chromium/src/WebCompositorInputHandlerImpl.cpp:136
> +        ASSERT(!m_inScroll);

I think you're safe doing this because in these types of gesture events can't  have event handlers.

> Source/WebKit/chromium/src/WebCompositorInputHandlerImpl.cpp:158
> +        m_inputHandlerClient->scrollEnd();

this would be where we wire up flick...

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