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

Unified Diff: content/common/frame_messages.h

Issue 1319073003: Organize Layout Hooks (content-side). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix aura and linux test failures. 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
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 28f27db5245bbcb1507885ac71efa58a66915e4e..24e47e25ae40d270828ee7454df6dfa63e42f23b 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -1001,10 +1001,6 @@ IPC_MESSAGE_ROUTED3(FrameHostMsg_BeginNavigation,
content::BeginNavigationParams,
scoped_refptr<content::ResourceRequestBody>)
-// Sent once a paint happens after the first non empty layout. In other words
-// after the frame has painted something.
-IPC_MESSAGE_ROUTED0(FrameHostMsg_DidFirstVisuallyNonEmptyPaint)
-
// Sent as a response to FrameMsg_VisualStateRequest.
// The message is delivered using RenderWidget::QueueMessage.
IPC_MESSAGE_ROUTED1(FrameHostMsg_VisualStateResponse, uint64 /* id */)

Powered by Google App Engine
This is Rietveld 408576698