[webkit-reviews] review granted: [Bug 77440] Notify ChromeClient about touch-event handlers : [Attachment 126851] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 13 15:43:01 PST 2012


Ryosuke Niwa <rniwa at webkit.org> has granted sadrul at chromium.org's request for
review:
Bug 77440: Notify ChromeClient about touch-event handlers
https://bugs.webkit.org/show_bug.cgi?id=77440

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

------- Additional Comments from Ryosuke Niwa <rniwa at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=126851&action=review


> Source/WebCore/dom/EventNames.h:226
> +	   bool isTouchEventType(const AtomicString& eventType)
> +	   {
> +	       return eventType == touchstartEvent || eventType ==
touchmoveEvent || eventType == touchendEvent || eventType == touchcancelEvent;
> +	   }

This function is only used in EventHandler.cpp. Please move it there.


More information about the webkit-reviews mailing list