| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 754075a5e76f3aa9ea74055ab53055a9199db551..4306fb4134adc820af063b5abdc29b1a93f6b022 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -696,9 +696,6 @@ private:
|
|
|
| bool adjustScrollbarExistence(ComputeScrollbarExistenceOption = FirstPass);
|
| void adjustScrollbarOpacity();
|
| - // FIXME(bokan): setScrollOffset, setScrollPosition, scrollTo, scrollToOffsetWithoutAnimation,
|
| - // notifyScrollPositionChanged...there's too many ways to scroll this class. This needs
|
| - // some cleanup.
|
| void setScrollOffsetFromUpdateScrollbars(const DoubleSize&);
|
|
|
| IntRect rectToCopyOnScroll() const;
|
|
|