Add CefDOMNode::GetElementBounds() method

This commit is contained in:
Marshall Greenblatt
2016-09-09 14:02:57 -04:00
parent 1679632000
commit a312974ad9
8 changed files with 73 additions and 1 deletions

View File

@@ -323,6 +323,12 @@ class CefDOMNode : public virtual CefBase {
///
/*--cef()--*/
virtual CefString GetElementInnerText() =0;
///
// Returns the bounds of the element.
///
/*--cef()--*/
virtual CefRect GetElementBounds() =0;
};
#endif // CEF_INCLUDE_CEF_DOM_H_