| Index: Source/core/platform/Scrollbar.h
|
| diff --git a/Source/core/platform/Scrollbar.h b/Source/core/platform/Scrollbar.h
|
| index 398656e2a7087e03467eba5ae3464f493ddbae53..c49cc71baf57625ed2b23ed85b36285313358b1e 100644
|
| --- a/Source/core/platform/Scrollbar.h
|
| +++ b/Source/core/platform/Scrollbar.h
|
| @@ -35,7 +35,6 @@
|
|
|
| namespace WebCore {
|
|
|
| -class AXObjectCache;
|
| class GraphicsContext;
|
| class IntRect;
|
| class PlatformGestureEvent;
|
| @@ -193,7 +192,6 @@ protected:
|
|
|
| private:
|
| virtual bool isScrollbar() const { return true; }
|
| - virtual AXObjectCache* existingAXObjectCache() const;
|
|
|
| float scrollableAreaCurrentPos() const;
|
| };
|
|
|