| Index: third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| index 5503e26ef7773d48dda9861d2d8f56326b1194f9..1656743ed9ecbbe29d8ff24734f5a0ea0affee75 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
|
| @@ -33,7 +33,7 @@
|
|
|
| namespace blink {
|
|
|
| -class AXObject;
|
| +class AXObjectImpl;
|
| class DragData;
|
| class ExceptionState;
|
| class FileList;
|
| @@ -282,7 +282,7 @@
|
|
|
| void SetShouldRevealPassword(bool value);
|
| bool ShouldRevealPassword() const { return should_reveal_password_; }
|
| - AXObject* PopupRootAXObject();
|
| + AXObjectImpl* PopupRootAXObject();
|
| void DidNotifySubtreeInsertionsToDocument() override;
|
|
|
| virtual void EnsureFallbackContent();
|
|
|