[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 03:22:47 PDT 2011


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


Kenneth Rohde Christiansen <kenneth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #97266|review?, commit-queue?      |review-, commit-queue-
               Flag|                            |




--- Comment #2 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2011-06-15 03:22:46 PST ---
(From update of attachment 97266)
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

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