| Index: third_party/WebKit/Source/core/html/forms/InputTypeView.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/InputTypeView.h b/third_party/WebKit/Source/core/html/forms/InputTypeView.h
|
| index a11f1c1001176b583eea099e4f31128faf5919c5..a3c0132ab47618f7ab18877b03c8f3aa0db2d18e 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputTypeView.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputTypeView.h
|
| @@ -44,7 +44,7 @@
|
|
|
| namespace blink {
|
|
|
| -class AXObject;
|
| +class AXObjectImpl;
|
| class BeforeTextInsertedEvent;
|
| class Element;
|
| class Event;
|
| @@ -124,7 +124,7 @@ class CORE_EXPORT InputTypeView : public GarbageCollectedMixin {
|
| virtual void ListAttributeTargetChanged();
|
| virtual void UpdateClearButtonVisibility();
|
| virtual void UpdatePlaceholderText();
|
| - virtual AXObject* PopupRootAXObject();
|
| + virtual AXObjectImpl* PopupRootAXObject();
|
| virtual void EnsureFallbackContent() {}
|
| virtual void EnsurePrimaryContent() {}
|
| virtual bool HasFallbackContent() const { return false; }
|
|
|