| Index: Source/web/WebLocalFrameImpl.h
|
| diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
|
| index b37933b2419b26e1fbd10a9ba0b7608cb02b548d..9d00d9a6b3b6cd735666dcd0876993e9f0db3b51 100644
|
| --- a/Source/web/WebLocalFrameImpl.h
|
| +++ b/Source/web/WebLocalFrameImpl.h
|
| @@ -321,12 +321,6 @@ public:
|
| // Otherwise creates it and then returns.
|
| TextFinder& ensureTextFinder();
|
|
|
| - // Invalidates vertical scrollbar only.
|
| - void invalidateScrollbar() const;
|
| -
|
| - // Invalidates both content area and the scrollbar.
|
| - void invalidateAll() const;
|
| -
|
| // Returns a hit-tested VisiblePosition for the given point
|
| VisiblePosition visiblePositionForViewportPoint(const WebPoint&);
|
|
|
|
|