| Index: public/web/WebAXObject.h
|
| diff --git a/public/web/WebAXObject.h b/public/web/WebAXObject.h
|
| index 7ff832de3149e711adbfb27f90fbf74a2c56743a..3689983752d39d222d55455a6f49a26de798c7d6 100644
|
| --- a/public/web/WebAXObject.h
|
| +++ b/public/web/WebAXObject.h
|
| @@ -134,6 +134,7 @@ public:
|
| BLINK_EXPORT int hierarchicalLevel() const;
|
| BLINK_EXPORT WebAXObject hitTest(const WebPoint&) const;
|
| BLINK_EXPORT WebString keyboardShortcut() const;
|
| + BLINK_EXPORT WebString placeholder() const;
|
| BLINK_EXPORT WebAXRole role() const;
|
| BLINK_EXPORT unsigned selectionEnd() const;
|
| BLINK_EXPORT unsigned selectionEndLineNumber() const;
|
|
|