diff options
Diffstat (limited to 'chrome/renderer/webplugin_delegate_proxy.h')
-rw-r--r-- | chrome/renderer/webplugin_delegate_proxy.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/renderer/webplugin_delegate_proxy.h b/chrome/renderer/webplugin_delegate_proxy.h index ba9fe88..1c99113 100644 --- a/chrome/renderer/webplugin_delegate_proxy.h +++ b/chrome/renderer/webplugin_delegate_proxy.h @@ -26,7 +26,6 @@ #include "base/linked_ptr.h" #endif -class CommandBufferProxy; struct NPObject; class NPObjectStub; struct NPVariant_Param; @@ -121,9 +120,6 @@ class WebPluginDelegateProxy virtual webkit::npapi::WebPluginResourceClient* CreateSeekableResourceClient( unsigned long resource_id, int range_request_id); - CommandBufferProxy* CreateCommandBuffer(); - void DestroyCommandBuffer(CommandBufferProxy* command_buffer); - gfx::PluginWindowHandle GetPluginWindowHandle(); protected: |