[Webkit-unassigned] [Bug 98931] [GTK] Add touch support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 24 05:51:30 PST 2013


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





--- Comment #16 from Carlos Garnacho <carlosg at gnome.org>  2013-12-24 05:49:29 PST ---
(In reply to comment #11)
> Perhaps you could just do:
> 
> HashMapValuesProxy& GtkTouchContextHelper::touchEvents() const
> {
>     return m_touchEvents.values();
> }
> 
> That would avoid the copy. WebKit uses empty argument lists instead of void.

I tried that, but HashMapValuesProxy seems private to HashMap, so the type is unknown there, I've finally resorted to returning the HashMap, and have the caller iterate over values.

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