| Index: content/common/swapped_out_messages.cc
|
| diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc
|
| index 3cb20a571aaa89fe58e2888c07f02cb0c85fe517..ae3b2030335bdfde1669c5b40929ed6aa16c654d 100644
|
| --- a/content/common/swapped_out_messages.cc
|
| +++ b/content/common/swapped_out_messages.cc
|
| @@ -19,6 +19,7 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) {
|
| switch (msg->type()) {
|
| // Handled by RenderWidgetHost.
|
| case InputHostMsg_HandleInputEvent_ACK::ID:
|
| + case InputHostMsg_HandleAsyncTouchEvent_ACK::ID:
|
| case ViewHostMsg_UpdateRect::ID:
|
| // Allow targeted navigations while swapped out.
|
| case FrameHostMsg_OpenURL::ID:
|
|
|