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

Unified Diff: public/web/WebViewClient.h

Issue 1318283003: Organize Layout/Paint-related hooks (blink-side). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | public/web/WebWidgetClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebViewClient.h
diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
index 6b208e6db6015b7c45e1769a3729e22edecd0f46..d690585b683518a147da0714e696b7bcf0b6b087 100644
--- a/public/web/WebViewClient.h
+++ b/public/web/WebViewClient.h
@@ -195,10 +195,6 @@ public:
// unless the view did not need a layout.
virtual void didUpdateLayout() { }
- // The frame's document finished layout immediately after the parsing finished.
- // Another way to put it: first frame after DOMContentLoaded is dispatched.
- virtual void didFirstLayoutAfterFinishedParsing() { }
-
// Return true to swallow the input event if the embedder will start a disambiguation popup
virtual bool didTapMultipleTargets(const WebSize& pinchViewportOffset, const WebRect& touchRect, const WebVector<WebRect>& targetRects) { return false; }
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | public/web/WebWidgetClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698