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..b253cf623fb2a78f2235703f7eb3056b2071c180 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_HandleUncancelableTouchMoveEvent_ACK::ID: |
case ViewHostMsg_UpdateRect::ID: |
// Allow targeted navigations while swapped out. |
case FrameHostMsg_OpenURL::ID: |