| Index: content/renderer/browser_plugin/browser_plugin.cc
|
| diff --git a/content/renderer/browser_plugin/browser_plugin.cc b/content/renderer/browser_plugin/browser_plugin.cc
|
| index e2e9ee9c8ad5b7d3fe7c3fde9ce34e313eddcb02..476af9aea890f557780b4c3c81eab132dbc02458 100644
|
| --- a/content/renderer/browser_plugin/browser_plugin.cc
|
| +++ b/content/renderer/browser_plugin/browser_plugin.cc
|
| @@ -485,7 +485,8 @@ void BrowserPlugin::OnCompositorFrameSwapped(const IPC::Message& message) {
|
| EnableCompositing(true);
|
| compositing_helper_->OnCompositorFrameSwapped(frame.Pass(),
|
| param.c /* route_id */,
|
| - param.d /* host_id */);
|
| + param.d /* output_surface_id */,
|
| + param.e /* host_id */);
|
| }
|
|
|
| void BrowserPlugin::OnGuestContentWindowReady(int guest_instance_id,
|
|
|