| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index ec6bf307fd42a981f879e085cd8ec4f027803eee..26b55d41120d1dcd2ed446f93602f61631200f16 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -619,7 +619,7 @@ protected:
|
| IntRect adjustScrollbarRectForResizer(const IntRect&, Scrollbar&);
|
|
|
| // Called to update the scrollbars to accurately reflect the state of the view.
|
| - void updateScrollbars(const DoubleSize& desiredOffset);
|
| + void updateScrollbars();
|
|
|
| class InUpdateScrollbarsScope {
|
| STACK_ALLOCATED();
|
|
|