Index: content/common/swapped_out_messages.cc |
diff --git a/content/common/swapped_out_messages.cc b/content/common/swapped_out_messages.cc |
index d94f0b996377e97de89ae4b4d9b97e6feaab24db..5fe91cb1c2a16c285183de6942144aa1a11b63d3 100644 |
--- a/content/common/swapped_out_messages.cc |
+++ b/content/common/swapped_out_messages.cc |
@@ -5,6 +5,7 @@ |
#include "content/common/swapped_out_messages.h" |
#include "content/common/accessibility_messages.h" |
+#include "content/common/input_messages.h" |
#include "content/common/view_messages.h" |
#include "content/public/common/content_client.h" |
@@ -16,7 +17,7 @@ bool SwappedOutMessages::CanSendWhileSwappedOut(const IPC::Message* msg) { |
// consistent in case we later return to the same renderer. |
switch (msg->type()) { |
// Handled by RenderWidget. |
- case ViewHostMsg_HandleInputEvent_ACK::ID: |
+ case InputHostMsg_HandleInputEvent_ACK::ID: |
case ViewHostMsg_PaintAtSize_ACK::ID: |
case ViewHostMsg_UpdateRect::ID: |
// Allow targeted navigations while swapped out. |