| Index: content/common/gpu/gpu_channel.h
|
| diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
|
| index 6920df596549c0f8cdc1ae262432a115a20df5f8..fa81bfa0fc1cc29680e87599b29a84601834655d 100644
|
| --- a/content/common/gpu/gpu_channel.h
|
| +++ b/content/common/gpu/gpu_channel.h
|
| @@ -127,6 +127,8 @@ class GpuChannel : public IPC::Listener,
|
| const GPUCreateCommandBufferConfig& init_params,
|
| int32 route_id);
|
|
|
| + bool CreateStreamTexture(int32 image_id, int32 route_id, int32 stream_id);
|
| +
|
| gfx::GLShareGroup* share_group() const { return share_group_.get(); }
|
|
|
| GpuCommandBufferStub* LookupCommandBuffer(int32 route_id);
|
|
|