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