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

Unified Diff: content/common/view_messages.h

Issue 2702433002: Clear renderer compositor trees if new page does not render in 4 seconds (Closed)
Patch Set: Removed a semicolon Created 3 years, 10 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/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 8828d5248cd17166a385b8a7762ffaa2ec67f514..1463d6f3fbb33940b45c2a85c78de510ba8530a2 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -618,6 +618,11 @@ IPC_MESSAGE_ROUTED1(ViewMsg_HandleCompositorProto,
IPC_MESSAGE_ROUTED1(ViewMsg_SetViewportIntersection,
gfx::Rect /* viewport_intersection */)
+// Tell the renderer to clear out compositor resources in order to prevent new
+// compositor frames being sent based on stale content that has previously
+// been unloaded.
+IPC_MESSAGE_ROUTED0(ViewMsg_ClearDisplayedContent)
+
// -----------------------------------------------------------------------------
// Messages sent from the renderer to the browser.
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.cc ('k') | content/renderer/gpu/render_widget_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698