| Index: public/web/WebElement.h
|
| diff --git a/public/web/WebElement.h b/public/web/WebElement.h
|
| index 797413460988f241ba733b016837a1a9f3ccb334..47fd3f8025a8bb18f6be5c1b4f52a6be2275e9c5 100644
|
| --- a/public/web/WebElement.h
|
| +++ b/public/web/WebElement.h
|
| @@ -50,6 +50,9 @@ public:
|
|
|
| BLINK_EXPORT bool isFormControlElement() const;
|
| BLINK_EXPORT bool isTextFormControlElement() const;
|
| + // If the element is editable, for example by being contenteditable or being
|
| + // an <input> that isn't readonly or disabled.
|
| + BLINK_EXPORT bool isEditable() const;
|
| // Returns the qualified name, which may contain a prefix and a colon.
|
| BLINK_EXPORT WebString tagName() const;
|
| // Check if this element has the specified local tag name, and the HTML
|
|
|