| 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;
|
|
|