| Index: chrome/plugin/webplugin_delegate_stub.cc
|
| ===================================================================
|
| --- chrome/plugin/webplugin_delegate_stub.cc (revision 33240)
|
| +++ chrome/plugin/webplugin_delegate_stub.cc (working copy)
|
| @@ -294,7 +294,12 @@
|
| const PluginMsg_UpdateGeometry_Param& param) {
|
| webplugin_->UpdateGeometry(
|
| param.window_rect, param.clip_rect,
|
| - param.windowless_buffer, param.background_buffer);
|
| + param.windowless_buffer, param.background_buffer
|
| +#if defined(OS_MACOSX)
|
| + ,
|
| + param.ack_key
|
| +#endif
|
| + );
|
| }
|
|
|
| void WebPluginDelegateStub::OnGetPluginScriptableObject(int* route_id,
|
|
|