| Index: content/common/swapped_out_messages.cc
|
| diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc
|
| index 718dd08e49a7bf6075e03349c1e41d688bf740a5..fad7b9a8701a1e08beee6841d8143712e5e712a1 100644
|
| --- a/content/common/swapped_out_messages.cc
|
| +++ b/content/common/swapped_out_messages.cc
|
| @@ -20,6 +20,8 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) {
|
| // Handled by RenderWidgetHost.
|
| case InputHostMsg_HandleInputEvent_ACK::ID:
|
| case ViewHostMsg_UpdateRect::ID:
|
| + // Handled by RenderWidgetHostView.
|
| + case ViewHostMsg_SetNeedsBeginFrames::ID:
|
| // Allow targeted navigations while swapped out.
|
| case FrameHostMsg_OpenURL::ID:
|
| case ViewHostMsg_Focus::ID:
|
|
|