Add function to get geometry of focused element
Created attachment 112196 [details] Patch
Comment on attachment 112196 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=112196&action=review LGTM. > Source/WebKit/efl/ewk/ewk_frame.h:704 > + * Get the grometry, relative to the frame, of the focused element in the Please fix this typo before landing.
Created attachment 112234 [details] Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=112234&action=review > Source/WebKit/efl/ewk/ewk_frame.h:704 > + * Get the geometry, relative to the frame, of the focused element in the Please use "Gets". > Source/WebKit/efl/ewk/ewk_frame.h:708 > + * @param x pointer where to store the X value of the geometry. may be @c 0 Could you replace dot to comma here? there is no end of sentence. And please change below three lines too.
Created attachment 112328 [details] Patch
Patch updated based on comments and rebased.
LGTM
Comment on attachment 112328 [details] Patch Clearing flags on attachment: 112328 Committed r98378: <http://trac.webkit.org/changeset/98378>
All reviewed patches have been landed. Closing bug.