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