Index: content/browser/web_contents/web_contents_impl.cc |
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc |
index fe8fb358060b07f154868a01334a0a1eb8f62eb7..96395bfda9a2221acbe2083ec2052f3de508aa63 100644 |
--- a/content/browser/web_contents/web_contents_impl.cc |
+++ b/content/browser/web_contents/web_contents_impl.cc |
@@ -616,7 +616,7 @@ bool WebContentsImpl::OnMessageReceived(RenderViewHost* render_view_host, |
OnMediaPlayingNotification) |
IPC_MESSAGE_HANDLER(FrameHostMsg_MediaPausedNotification, |
OnMediaPausedNotification) |
- IPC_MESSAGE_HANDLER(FrameHostMsg_DidFirstVisuallyNonEmptyPaint, |
+ IPC_MESSAGE_HANDLER(ViewHostMsg_DidFirstVisuallyNonEmptyPaint, |
OnFirstVisuallyNonEmptyPaint) |
IPC_MESSAGE_HANDLER(ViewHostMsg_DidLoadResourceFromMemoryCache, |
OnDidLoadResourceFromMemoryCache) |