| 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 6f8b92d5fa94e0ffa60f2a701eb4a7ffe135c4f8..47517031fb0df30b62b0d5d9b144923ef2b6f379 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -933,8 +933,7 @@ class CORE_EXPORT FrameView final
|
| void scrollToFragmentAnchor();
|
| void didScrollTimerFired(TimerBase*);
|
|
|
| - void updateLayersAndCompositingAfterScrollIfNeeded(
|
| - const ScrollOffset& scrollDelta);
|
| + void updateLayersAndCompositingAfterScrollIfNeeded();
|
|
|
| static bool computeCompositedSelection(LocalFrame&, CompositedSelection&);
|
| void updateCompositedSelectionIfNeeded();
|
|
|