| 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();
|
|
|