[Webkit-unassigned] [Bug 62711] [EFL][WK2] Add missing functions of EFL port's PageClientImpl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 15 19:50:17 PDT 2011


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





--- Comment #4 from EunMi Lee <eunmi15.lee at samsung.com>  2011-06-15 19:50:16 PST ---
(In reply to comment #2)
> (From update of attachment 97266 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=97266&action=review
> 
> > Source/WebKit2/UIProcess/API/efl/PageClientImpl.cpp:170
> > +IntPoint PageClientImpl::screenToWindow(const IntPoint&)
> > +{
> > +    notImplemented();
> > +    return IntPoint();
> > +}
> 
> Maybe returning the given point makes more sense. This is a conversion method and converting it to the same will surely work better than converting everything to 0, 0

OK, I've changed to return the given point :)

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