| Index: third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
|
| index d207fe17ab9c7c662b5a2afd861f3259ea27a7d0..3effa1e77c8e0e660ae7f68fa8b758e3e1e9c62d 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h
|
| @@ -81,7 +81,6 @@ protected:
|
| bool isAXLayoutObject() const override { return true; }
|
|
|
| // Check object role or purpose.
|
| - bool isAttachment() const override;
|
| bool isEditable() const override;
|
| bool isRichlyEditable() const override;
|
| bool isLinked() const override;
|
| @@ -181,7 +180,6 @@ protected:
|
| Document* document() const override;
|
| FrameView* documentFrameView() const override;
|
| Element* anchorElement() const override;
|
| - Widget* widgetForAttachmentView() const override;
|
|
|
| void setValue(const String&) override;
|
|
|
| @@ -210,7 +208,7 @@ private:
|
| void addTextFieldChildren();
|
| void addImageMapChildren();
|
| void addCanvasChildren();
|
| - void addAttachmentChildren();
|
| + void addFrameChildren();
|
| void addPopupChildren();
|
| void addRemoteSVGChildren();
|
| void addInlineTextBoxChildren(bool force);
|
|
|