Index: chrome/renderer/webplugin_delegate_proxy.h |
=================================================================== |
--- chrome/renderer/webplugin_delegate_proxy.h (revision 34152) |
+++ chrome/renderer/webplugin_delegate_proxy.h (working copy) |
@@ -16,6 +16,7 @@ |
#include "chrome/common/transport_dib.h" |
#include "chrome/renderer/plugin_channel_host.h" |
#include "googleurl/src/gurl.h" |
+#include "gpu/command_buffer/common/command_buffer.h" |
#include "ipc/ipc_message.h" |
#include "skia/ext/platform_canvas.h" |
#include "webkit/glue/webplugin.h" |
@@ -27,6 +28,7 @@ |
#include "base/linked_ptr.h" |
#endif |
+class CommandBufferProxy; |
struct NPObject; |
class NPObjectStub; |
struct NPVariant_Param; |
@@ -97,6 +99,8 @@ |
intptr_t notify_data, |
intptr_t existing_stream); |
+ CommandBufferProxy* CreateCommandBuffer(); |
+ |
protected: |
template<class WebPluginDelegateProxy> friend class DeleteTask; |
~WebPluginDelegateProxy(); |