[Webkit-unassigned] [Bug 44330] [Qt] WebKit2 needs to support touchevents
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 20 05:54:53 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44330
--- Comment #3 from Juha Savolainen <juha.savolainen at weego.fi> 2010-08-20 05:54:52 PST ---
(In reply to comment #2)
> (From update of attachment 64942 [details])
> WebKit2/Shared/WebEvent.h:409
> + Type type() const { return (Type)m_type; }
> Why not use a C++ cast instead?
We remove this because we can use function from base-class.
> WebKit2/Shared/WebEvent.h:418
> + static bool decode(CoreIPC::ArgumentDecoder* decoder, WebTouchEvent& t)
> I think "ev" or "event" makes more sense than t
This function is inherited from WebEvent and also all other WebEventXXX-classes has named parameters in the same way.
--
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