| Index: chrome/renderer/webplugin_delegate_proxy.h
|
| ===================================================================
|
| --- chrome/renderer/webplugin_delegate_proxy.h (revision 76844)
|
| +++ chrome/renderer/webplugin_delegate_proxy.h (working copy)
|
| @@ -26,6 +26,7 @@
|
| #include "base/linked_ptr.h"
|
| #endif
|
|
|
| +class CommandBufferProxy;
|
| struct NPObject;
|
| class NPObjectStub;
|
| struct NPVariant_Param;
|
| @@ -120,6 +121,9 @@
|
| virtual webkit::npapi::WebPluginResourceClient* CreateSeekableResourceClient(
|
| unsigned long resource_id, int range_request_id);
|
|
|
| + CommandBufferProxy* CreateCommandBuffer();
|
| + void DestroyCommandBuffer(CommandBufferProxy* command_buffer);
|
| +
|
| gfx::PluginWindowHandle GetPluginWindowHandle();
|
|
|
| protected:
|
|
|