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