| Index: public/web/WebAXObject.h | 
| diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h | 
| index e9a7813b3538b7b5d70d89cc28b03d33805e1312..e120790b07ca23e029a52d3fac8e290921d98967 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 hasRichText() const; | 
| BLINK_EXPORT bool ariaOwns(WebVector<WebAXObject>& ownsElements) const; | 
| BLINK_EXPORT WebRect boundingBoxRect() const; | 
| BLINK_EXPORT float fontSize() const; | 
|  |