| Index: chrome/plugin/webplugin_proxy.h
|
| ===================================================================
|
| --- chrome/plugin/webplugin_proxy.h (revision 33240)
|
| +++ chrome/plugin/webplugin_proxy.h (working copy)
|
| @@ -111,7 +111,12 @@
|
| void UpdateGeometry(const gfx::Rect& window_rect,
|
| const gfx::Rect& clip_rect,
|
| const TransportDIB::Handle& windowless_buffer,
|
| - const TransportDIB::Handle& background_buffer);
|
| + const TransportDIB::Handle& background_buffer
|
| +#if defined(OS_MACOSX)
|
| + ,
|
| + int ack_key
|
| +#endif
|
| + );
|
|
|
| void CancelDocumentLoad();
|
|
|
|
|