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

Unified Diff: Source/web/FrameLoaderClientImpl.cpp

Issue 1316233007: Remove the old didFirstVisuallyNonEmptyLayout hook. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Missed one more thing to remove. 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/FrameLoaderClientImpl.h ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/FrameLoaderClientImpl.cpp
diff --git a/Source/web/FrameLoaderClientImpl.cpp b/Source/web/FrameLoaderClientImpl.cpp
index 0e82d6c77fc15e7d285dc4ff87773f9a1917b6a1..0b11d13cd67696f94dc1cac767e077ba0a4fe538 100644
--- a/Source/web/FrameLoaderClientImpl.cpp
+++ b/Source/web/FrameLoaderClientImpl.cpp
@@ -490,12 +490,6 @@ void FrameLoaderClientImpl::dispatchDidFinishLoad()
// provisional load succeeds or fails, not the "real" one.
}
-void FrameLoaderClientImpl::dispatchDidFirstVisuallyNonEmptyLayout()
-{
- if (m_webFrame->client())
- m_webFrame->client()->didFirstVisuallyNonEmptyLayout(m_webFrame);
-}
-
void FrameLoaderClientImpl::dispatchDidChangeThemeColor()
{
if (m_webFrame->client())
« no previous file with comments | « Source/web/FrameLoaderClientImpl.h ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698