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

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

Issue 1922793002: Move deferred commit logic from WebViewImpl to Document. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 f63cf13e2e135a825d98a2f12414fedbba6420ce..d37a870aea5a07c5ff149803b2bdd95454332e9a 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -374,10 +374,6 @@ public:
// unless the view did not need a layout.
void layoutUpdated(WebLocalFrameImpl*);
- void mainFrameDocumentElementAvailable();
- void willInsertMainFrameDocumentBody();
- void didRemoveAllPendingStylesheetsInMainFrameDocument();
- void didFinishMainFrameDocumentLoad();
void didChangeContentsSize();
void pageScaleFactorChanged();
@@ -536,7 +532,6 @@ private:
float maximumLegiblePageScale() const;
void refreshPageScaleFactorAfterLayout();
- void resumeTreeViewCommitsIfRenderingReady();
IntSize contentsSize() const;
void performResize();

Powered by Google App Engine
This is Rietveld 408576698