[Webkit-unassigned] [Bug 98931] [GTK] Add touch support
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 24 01:40:46 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=98931
--- Comment #14 from Zan Dobersek <zandobersek at gmail.com> 2013-12-24 01:38:45 PST ---
(From update of attachment 219947)
View in context: https://bugs.webkit.org/attachment.cgi?id=219947&action=review
> Source/WebCore/platform/gtk/GtkTouchContextHelper.cpp:35
> +GtkTouchContextHelper::GtkTouchContextHelper()
> +{
> +}
This constructor is not necessary.
> Source/WebKit2/Shared/gtk/WebEventFactory.cpp:222
> + } else
> + return WebPlatformTouchPoint::TouchStationary;
> +
> + ASSERT_NOT_REACHED();
> + return WebPlatformTouchPoint::TouchStationary;
You can remove the `else` branch and ASSERT_NOT_REACHED call and just return WebPlatformTouchPoint::TouchStationary when the event sequences differ.
--
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