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