[Webkit-unassigned] [Bug 163892] [GTK] Add function webkit_dom_element_get_bounding_client_rect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 27 21:03:45 PST 2017


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

--- Comment #13 from aidanholm+webkit at gmail.com ---
That should fix everything you mentioned. I've made both functions transfer full, since WebCore::Element returns newly created ClientRect instances.

I'm not sure about the ref-counting stuff; do I need to use WTF::move() in webkit_dom_client_rect_constructed(), or unref anything in the finalizer?

I also removed some uses of WTF::getPtr() from the DOMElement getters, since they didn't seem to be necessary.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170228/a6f7e2fe/attachment.html>


More information about the webkit-unassigned mailing list