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

Unified Diff: public/web/WebElement.h

Issue 1139603004: Revert of Remove WebElement::innerText. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 c06570b901ba5fdca6431a0c4bc02a8604083232..00b3477a4669bb45fe21e96f3d253ecfcb5e33dc 100644
--- a/public/web/WebElement.h
+++ b/public/web/WebElement.h
@@ -60,6 +60,8 @@
BLINK_EXPORT WebString getAttribute(const WebString&) const;
BLINK_EXPORT bool setAttribute(const WebString& name, const WebString& value);
BLINK_EXPORT WebString textContent();
+ // TODO(dglazkov): Remove once Cr side lands.
+ BLINK_EXPORT WebString innerText();
BLINK_EXPORT void requestFullScreen();
BLINK_EXPORT WebString attributeLocalName(unsigned index) const;
BLINK_EXPORT WebString attributeValue(unsigned index) 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