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