Index: content/common/swapped_out_messages.cc |
diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc |
index a95fc5a1ab63ceb019add49efffd8864f22f3d1a..2843cfafb27e2ff477df93bf9f71c2d766d4640d 100644 |
--- a/content/common/swapped_out_messages.cc |
+++ b/content/common/swapped_out_messages.cc |
@@ -20,6 +20,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: |