| Index: chrome/common/plugin_messages_internal.h
|
| ===================================================================
|
| --- chrome/common/plugin_messages_internal.h (revision 20445)
|
| +++ chrome/common/plugin_messages_internal.h (working copy)
|
| @@ -162,8 +162,8 @@
|
| IPC_MESSAGE_ROUTED4(PluginMsg_UpdateGeometry,
|
| gfx::Rect /* window_rect */,
|
| gfx::Rect /* clip_rect */,
|
| - TransportDIB::Id /* windowless_buffer */,
|
| - TransportDIB::Id /* background_buffer */)
|
| + TransportDIB::Handle /* windowless_buffer */,
|
| + TransportDIB::Handle /* background_buffer */)
|
|
|
| IPC_SYNC_MESSAGE_ROUTED0_0(PluginMsg_SetFocus)
|
|
|
|
|