| Index: chrome/plugin/command_buffer_stub.h
|
| ===================================================================
|
| --- chrome/plugin/command_buffer_stub.h (revision 35510)
|
| +++ chrome/plugin/command_buffer_stub.h (working copy)
|
| @@ -21,7 +21,7 @@
|
| class CommandBufferStub : public IPC::Channel::Listener,
|
| public IPC::Message::Sender {
|
| public:
|
| - CommandBufferStub(PluginChannel* channel, gfx::PluginWindowHandle window);
|
| + CommandBufferStub(PluginChannel* channel, gfx::NativeView view);
|
|
|
| virtual ~CommandBufferStub();
|
|
|
| @@ -50,7 +50,7 @@
|
| void OnGetErrorStatus(bool* error_status);
|
|
|
| scoped_refptr<PluginChannel> channel_;
|
| - gfx::PluginWindowHandle window_;
|
| + gfx::NativeView view_;
|
| int route_id_;
|
| scoped_ptr<gpu::CommandBufferService> command_buffer_;
|
| scoped_refptr<gpu::GPUProcessor> processor_;
|
|
|