Index: chrome_frame/chrome_active_document.h |
diff --git a/chrome_frame/chrome_active_document.h b/chrome_frame/chrome_active_document.h |
index 482a672bc8a6272e9510eebabe074a093fe8b27f..5723e7ff3fd5036bf0f8f520f430c3fd17adfbee 100644 |
--- a/chrome_frame/chrome_active_document.h |
+++ b/chrome_frame/chrome_active_document.h |
@@ -344,7 +344,8 @@ END_EXEC_COMMAND_MAP() |
// Callbacks from ChromeFramePlugin<T> |
bool PreProcessContextMenu(HMENU menu); |
- bool HandleContextMenuCommand(UINT cmd, const IPC::ContextMenuParams& params); |
+ bool HandleContextMenuCommand(UINT cmd, |
+ const IPC::MiniContextMenuParams& params); |
// ChromeFramePlugin overrides. |
virtual void OnAutomationServerReady(); |