diff options
Diffstat (limited to 'Source/WebKit/chromium/public/WebNode.h')
| -rw-r--r-- | Source/WebKit/chromium/public/WebNode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebKit/chromium/public/WebNode.h b/Source/WebKit/chromium/public/WebNode.h index 902b37669..5869aeec6 100644 --- a/Source/WebKit/chromium/public/WebNode.h +++ b/Source/WebKit/chromium/public/WebNode.h @@ -113,6 +113,7 @@ public: WEBKIT_EXPORT WebNodeList getElementsByTagName(const WebString&) const; WEBKIT_EXPORT WebElement rootEditableElement() const; WEBKIT_EXPORT bool focused() const; + WEBKIT_EXPORT bool remove(); // Returns true if the node has a non-empty bounding box in layout. // This does not 100% guarantee the user can see it, but is pretty close. |
