| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 5b401f2486e7b3f7badc3b8a5c26a1b3d13114d6..530b349f390596914e87b6268e13d6bb04d3736c 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -311,8 +311,7 @@ public:
|
|
|
| virtual bool isActive() const override;
|
|
|
| - // DEPRECATED: Use viewportConstrainedVisibleContentRect() instead.
|
| - IntSize scrollOffsetForFixedPosition() const;
|
| + IntSize scrollOffsetForViewportConstrainedObjects() const;
|
|
|
| // Override scrollbar notifications to update the AXObject cache.
|
| virtual void didAddScrollbar(Scrollbar*, ScrollbarOrientation) override;
|
|
|