| Index: third_party/WebKit/Source/core/loader/FrameLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| index be92d674fa823fa97707c9c8c20f598a79e62151..495a82b0f0dc9d2a5e3925fc934de1901e49af5c 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
|
| @@ -203,6 +203,8 @@ class CORE_EXPORT FrameLoader final {
|
| void saveScrollState();
|
|
|
| void restoreScrollPositionAndViewState();
|
| + void setScrollFromNavigation(const KURL* = nullptr,
|
| + LoadStartType = NavigationToDifferentDocument);
|
|
|
| bool shouldContinueForNavigationPolicy(const ResourceRequest&,
|
| const SubstituteData&,
|
|
|