| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 81b58b62ee1b3210854c179280942d9999bc6202..108b703dababa8d9959ec4ad3a10471bc2952040 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -667,7 +667,7 @@ private:
|
| void scrollPositionChanged();
|
| void didScrollTimerFired(Timer<FrameView>*);
|
|
|
| - void updateLayersAndCompositingAfterScrollIfNeeded();
|
| + void updateLayersAndCompositingAfterScrollIfNeeded(const DoubleSize& scrollDelta);
|
|
|
| static bool computeCompositedSelection(LocalFrame&, CompositedSelection&);
|
| void updateCompositedSelectionIfNeeded();
|
|
|