| Index: chrome/plugin/webplugin_delegate_stub.h
|
| ===================================================================
|
| --- chrome/plugin/webplugin_delegate_stub.h (revision 20445)
|
| +++ chrome/plugin/webplugin_delegate_stub.h (working copy)
|
| @@ -71,8 +71,8 @@
|
|
|
| void OnUpdateGeometry(const gfx::Rect& window_rect,
|
| const gfx::Rect& clip_rect,
|
| - const TransportDIB::Id& windowless_buffer,
|
| - const TransportDIB::Id& background_buffer);
|
| + const TransportDIB::Handle& windowless_buffer,
|
| + const TransportDIB::Handle& background_buffer);
|
| void OnGetPluginScriptableObject(int* route_id, intptr_t* npobject_ptr);
|
| void OnSendJavaScriptStream(const std::string& url,
|
| const std::wstring& result,
|
|
|