[Webkit-unassigned] [Bug 49125] [EFL] Add option to enable Touch Events.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 23 05:05:28 PST 2010


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





--- Comment #4 from Ryuan Choi <ryuan.choi at samsung.com>  2010-11-23 05:05:27 PST ---
(In reply to comment #3)
> Created an attachment (id=74645)
 --> (https://bugs.webkit.org/attachment.cgi?id=74645&action=review) [details]
> Updated patch fixing comments of Kenneth

Dear  Kenneth,
Thank you for you reviewing and I fixed all you mentioned.

> > WebKit/efl/WebCoreSupport/ChromeClientEfl.h:126
> > +#if ENABLE(TOUCH_EVENTS)
> > +    virtual void needTouchEvents(bool) { }
> > +#endif
> > +
> 
> What is that bool for?

This function is for WebCore to inform the platform when it needs touch events.
(https://bugs.webkit.org/show_bug.cgi?id=34215)

We probably need this, but not now.

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