Index: content/browser/browser_plugin/browser_plugin_guest_helper.cc |
diff --git a/content/browser/browser_plugin/browser_plugin_guest_helper.cc b/content/browser/browser_plugin/browser_plugin_guest_helper.cc |
index e255dc8ec23cf10b368094ef6f57e33ad09ec488..ee18b6e92e3b6294deb86e3a213dd2db4318c258 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest_helper.cc |
+++ b/content/browser/browser_plugin/browser_plugin_guest_helper.cc |
@@ -32,7 +32,8 @@ bool BrowserPluginGuestHelper::OnMessageReceived( |
bool BrowserPluginGuestHelper::ShouldForwardToBrowserPluginGuest( |
const IPC::Message& message) { |
switch (message.type()) { |
- case DragHostMsg_UpdateDragCursor::ID: |
+ case DragHostMsg_StartDragging::ID: |
+ case DragHostMsg_TargetDrop_ACK::ID: |
case ViewHostMsg_HasTouchEventHandlers::ID: |
case ViewHostMsg_SetCursor::ID: |
#if defined(OS_MACOSX) |