Index: content/common/swapped_out_messages.cc |
diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc |
index 47acc358e02733cf7385b46f54dabd8cf4c01e83..59ee221ae9a7099f92ddd90ff7ab817675673dc6 100644 |
--- a/content/common/swapped_out_messages.cc |
+++ b/content/common/swapped_out_messages.cc |
@@ -33,6 +33,8 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) { |
case ViewHostMsg_SwapCompositorFrame::ID: |
case ViewHostMsg_UpdateIsDelayed::ID: |
case ViewHostMsg_DidActivateAcceleratedCompositing::ID: |
+ // Handled by RenderFrame. |
+ case FrameHostMsg_SwapOut_ACK::ID: |
// Allow cross-process JavaScript calls. |
case ViewHostMsg_RouteCloseEvent::ID: |
case ViewHostMsg_RouteMessageEvent::ID: |