Chromium Code Reviews| 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..c2a4b2557b690dc8346581ada08c527498b51b0d 100644 |
| --- a/third_party/WebKit/Source/core/loader/FrameLoader.h |
| +++ b/third_party/WebKit/Source/core/loader/FrameLoader.h |
| @@ -203,6 +203,7 @@ class CORE_EXPORT FrameLoader final { |
| void saveScrollState(); |
| void restoreScrollPositionAndViewState(); |
| + void setScrollFromNavigation(LoadStartType = NavigationToDifferentDocument); |
|
majidvp
2017/01/24 21:53:52
The default argument here does not see worth the r
|
| bool shouldContinueForNavigationPolicy(const ResourceRequest&, |
| const SubstituteData&, |