| Index: content/common/gpu/gpu_command_buffer_stub.h
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.h b/content/common/gpu/gpu_command_buffer_stub.h
|
| index f9e6207e06d499d90edbb011d9e7d3123d9b1565..6643ba0be6db66bf8f5bfd635852890a86281921 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -155,6 +155,7 @@ class GpuCommandBufferStub
|
| gfx::SwapResult result);
|
| void SendUpdateVSyncParameters(base::TimeTicks timebase,
|
| base::TimeDelta interval);
|
| + void CreateStreamTexture(int32 image_id, int32 stream_id, bool* succeeded);
|
|
|
| private:
|
| GpuMemoryManager* GetMemoryManager() const;
|
|
|