| Index: public/web/WebAXObject.h
|
| diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h
|
| index e9a7813b3538b7b5d70d89cc28b03d33805e1312..0d9c5bb33964efa1cc601793d08412bbf8d77e23 100644
|
| --- a/public/web/WebAXObject.h
|
| +++ b/public/web/WebAXObject.h
|
| @@ -140,6 +140,7 @@ public:
|
| BLINK_EXPORT bool ariaFlowTo(WebVector<WebAXObject>& flowToElements) const;
|
| BLINK_EXPORT bool ariaHasPopup() const;
|
| BLINK_EXPORT bool isMultiline() const;
|
| + BLINK_EXPORT bool isRichlyEditable() const;
|
| BLINK_EXPORT bool ariaOwns(WebVector<WebAXObject>& ownsElements) const;
|
| BLINK_EXPORT WebRect boundingBoxRect() const;
|
| BLINK_EXPORT float fontSize() const;
|
|
|