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 163580e41166fb99bb83a48b7194f08426ebf600..25f35ef249e09652c2a8c7aece189e06277d126e 100644 |
--- a/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h |
+++ b/third_party/WebKit/Source/modules/accessibility/AXLayoutObject.h |
@@ -43,7 +43,6 @@ class FrameView; |
class HTMLAreaElement; |
class IntPoint; |
class Node; |
-class Widget; |
class MODULES_EXPORT AXLayoutObject : public AXNodeObject { |
protected: |
@@ -186,7 +185,6 @@ protected: |
Document* document() const override; |
FrameView* documentFrameView() const override; |
Element* anchorElement() const override; |
- Widget* widgetForAttachmentView() const override; |
void setValue(const String&) override; |
@@ -217,7 +215,6 @@ private: |
void addTextFieldChildren(); |
void addImageMapChildren(); |
void addCanvasChildren(); |
- void addAttachmentChildren(); |
void addPopupChildren(); |
void addRemoteSVGChildren(); |
void addInlineTextBoxChildren(bool force); |