mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add CefDOMNode::GetElementBounds() method
This commit is contained in:
@@ -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_
|
||||
|
Reference in New Issue
Block a user