Index: content/browser/browser_plugin/browser_plugin_guest_manager.cc |
diff --git a/content/browser/browser_plugin/browser_plugin_guest_manager.cc b/content/browser/browser_plugin/browser_plugin_guest_manager.cc |
index 405a23355710fcf1bf3c17bdea5506dfa4863def..4ef9e29a8a2d4371da5fea6bed91aaa7a54312fd 100644 |
--- a/content/browser/browser_plugin/browser_plugin_guest_manager.cc |
+++ b/content/browser/browser_plugin/browser_plugin_guest_manager.cc |
@@ -221,7 +221,7 @@ void BrowserPluginGuestManager::OnUnhandledSwapBuffersACK( |
const FrameHostMsg_BuffersSwappedACK_Params& params) { |
BrowserPluginGuest::AcknowledgeBufferPresent(params.gpu_route_id, |
params.gpu_host_id, |
- params.mailbox_name, |
+ params.mailbox, |
params.sync_point); |
} |