| 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 d247ae99205dcf52081dcebd2b5c07510a1fd99f..d9523ba0b35e56ad972f255eed2a519727a48233 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -715,7 +715,7 @@ private:
|
| void scrollToFragmentAnchor();
|
| void didScrollTimerFired(Timer<FrameView>*);
|
|
|
| - void updateLayersAndCompositingAfterScrollIfNeeded();
|
| + void updateLayersAndCompositingAfterScrollIfNeeded(const DoubleSize& scrollDelta);
|
|
|
| static bool computeCompositedSelection(LocalFrame&, CompositedSelection&);
|
| void updateCompositedSelectionIfNeeded();
|
|
|