[Webkit-unassigned] [Bug 61915] [EFL][WK2] Add efl port's ewk_view files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 9 18:33:00 PDT 2011


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





--- Comment #21 from EunMi Lee <eunmi15.lee at samsung.com>  2011-06-09 18:32:59 PST ---
(In reply to comment #19)
> (From update of attachment 96580 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=96580&action=review
> 
> > Source/WebKit2/UIProcess/API/efl/ewk_view.cpp:126
> > +    NativeWebWheelEvent wheelEvent = NativeWebWheelEvent(ev, &position);
> 
> NativeWebWheelEvent wheelEvent(ev, &position);
> 
> Please review other constructors as well.

Done.
I've modified that as follows:
priv->pageClient->page()->handleMouseEvent(NativeWebMouseEvent(ev, &position));

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