[Webkit-unassigned] [Bug 75512] [EFL] Implement the hit test result's bounding rect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 5 18:12:48 PST 2012


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





--- Comment #3 from Jinwoo Song <jinwoo7.song at samsung.com>  2012-01-05 18:12:48 PST ---
(In reply to comment #2)
> (From update of attachment 121041 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=121041&action=review
> 
> > Source/WebKit/efl/ewk/ewk_frame.cpp:691
> > +    RefPtr<WebCore::Node> innerNonSharedNode = result.innerNonSharedNode();
> 
> innerNonSharedNode return WebCore::Node*.

I think there is no problem to use the RefPtr for the innerNonSharedNode. 

> 
> > Source/WebKit/efl/ewk/ewk_frame.h:129
> > +    } bounding_box; /**< the bounding rect of the element */
> 
> How do you think about using Eina_Rectangle ?

That's a good suggestion and I'll fix this.

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