| Index: third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| index 4ade91bdd8b8add9219feb7ae8bf2c12b20e3259..4e744751efff911ee59cf33e954336ac95ade601 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| @@ -234,6 +234,7 @@ class MODULES_EXPORT AXNodeObject : public AXObject {
|
| bool* foundTextAlternative) const;
|
| float stepValueForRange() const;
|
| bool isDescendantOfElementType(const HTMLQualifiedName& tagName) const;
|
| + String placeholderFromAttribute() const;
|
| };
|
|
|
| } // namespace blink
|
|
|