| Index: third_party/WebKit/Source/core/dom/AXObjectCache.h
|
| diff --git a/third_party/WebKit/Source/core/dom/AXObjectCache.h b/third_party/WebKit/Source/core/dom/AXObjectCache.h
|
| index 79618c4d96bbcce1e53776a340c4b3697faf25f2..edc2655f871a08669fd079422a1de68798554b6b 100644
|
| --- a/third_party/WebKit/Source/core/dom/AXObjectCache.h
|
| +++ b/third_party/WebKit/Source/core/dom/AXObjectCache.h
|
| @@ -40,7 +40,6 @@ class HTMLOptionElement;
|
| class HTMLSelectElement;
|
| class LayoutMenuList;
|
| class Page;
|
| -class Widget;
|
|
|
| class CORE_EXPORT AXObjectCache : public GarbageCollectedFinalized<AXObjectCache> {
|
| WTF_MAKE_NONCOPYABLE(AXObjectCache);
|
| @@ -96,7 +95,6 @@ public:
|
|
|
| virtual void remove(LayoutObject*) = 0;
|
| virtual void remove(Node*) = 0;
|
| - virtual void remove(Widget*) = 0;
|
| virtual void remove(AbstractInlineTextBox*) = 0;
|
|
|
| virtual const Element* rootAXEditableElement(const Node*) = 0;
|
| @@ -127,8 +125,6 @@ public:
|
| virtual void handleScrollPositionChanged(FrameView*) = 0;
|
| virtual void handleScrollPositionChanged(LayoutObject*) = 0;
|
|
|
| - // Called when scroll bars are added / removed (as the view resizes).
|
| - virtual void handleScrollbarUpdate(FrameView*) = 0;
|
| virtual void handleLayoutComplete(LayoutObject*) = 0;
|
| virtual void handleScrolledToAnchor(const Node* anchorNode) = 0;
|
|
|
|
|