Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(436)

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.h

Issue 1596573002: Remove extra calls of didMeaningfulLayout() during the same navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index 9288a7fc621b5ae2f7b959ac7c3b368ccb018ec4..b906811840e7dcb2b802a5e3e32845b7aaf22003 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -372,11 +372,10 @@ public:
void showContextMenuForElement(WebElement);
- // Notifies the WebView that a load has been committed. isNewNavigation
- // will be true if a new session history item should be created for that
- // load. isNavigationWithinPage will be true if the navigation does
+ // Notifies the WebView that a load has been committed.
+ // isNavigationWithinPage will be true if the navigation does
// not take the user away from the current page.
- void didCommitLoad(bool isNewNavigation, bool isNavigationWithinPage);
+ void didCommitLoad(HistoryCommitType, bool isNavigationWithinPage);
void postLayoutResize(WebLocalFrameImpl* webframe);

Powered by Google App Engine
This is Rietveld 408576698