[webkit-reviews] review granted: [Bug 104863] Check whether a touchDown lands on a registered touch event handler from the compositor : [Attachment 179156] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 12 17:22:39 PST 2012


James Robinson <jamesr at chromium.org> has granted yusufo at chromium.org's request
for review:
Bug 104863: Check whether a touchDown lands on a registered touch event handler
from the compositor
https://bugs.webkit.org/show_bug.cgi?id=104863

Attachment 179156: Patch
https://bugs.webkit.org/attachment.cgi?id=179156&action=review

------- Additional Comments from James Robinson <jamesr at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=179156&action=review


> Source/WebKit/chromium/tests/WebCompositorInputHandlerImplTest.cpp:61
> +    MOCK_METHOD1(haveTouchEventHandslersAt, bool(WebPoint));

you don't need to add this unless you're adding a test that uses the mock, FYI


More information about the webkit-reviews mailing list