Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: public/web/WebElement.h

Issue 1255483003: Add WebElement::innerHTML() Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebElement.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebElement.h
diff --git a/public/web/WebElement.h b/public/web/WebElement.h
index 797413460988f241ba733b016837a1a9f3ccb334..34246edd88484d6efd449ff7adbef31739e74b49 100644
--- a/public/web/WebElement.h
+++ b/public/web/WebElement.h
@@ -65,6 +65,8 @@ public:
BLINK_EXPORT WebString attributeValue(unsigned index) const;
BLINK_EXPORT unsigned attributeCount() const;
+ BLINK_EXPORT WebString innerHTML() const;
+
// If this element takes up space in the layout of the page.
BLINK_EXPORT bool hasNonEmptyLayoutSize() const;
« no previous file with comments | « Source/web/WebElement.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698