| Index: content/browser/renderer_host/gpu_message_filter.h
|
| diff --git a/content/browser/renderer_host/gpu_message_filter.h b/content/browser/renderer_host/gpu_message_filter.h
|
| index 57dfe9b45c3c7159b67a3a834b091d0cbd0563fa..fcc6aaea3e1e4692b7e4b27288196825ea164e98 100644
|
| --- a/content/browser/renderer_host/gpu_message_filter.h
|
| +++ b/content/browser/renderer_host/gpu_message_filter.h
|
| @@ -62,6 +62,10 @@ class GpuMessageFilter : public BrowserMessageFilter {
|
| const GPUCreateCommandBufferConfig& init_params,
|
| int32 route_id,
|
| IPC::Message* reply);
|
| + void OnCreateStreamTexture(int32 image_id,
|
| + int32 route_id,
|
| + int32 stream_id,
|
| + IPC::Message* reply_ptr);
|
| // Helper callbacks for the message handlers.
|
| void EstablishChannelCallback(scoped_ptr<IPC::Message> reply,
|
| const IPC::ChannelHandle& channel,
|
| @@ -69,6 +73,8 @@ class GpuMessageFilter : public BrowserMessageFilter {
|
| void CreateCommandBufferCallback(scoped_ptr<IPC::Message> reply,
|
| CreateCommandBufferResult result);
|
|
|
| + void CreateStreamTextureCallback(scoped_ptr<IPC::Message> reply, bool result);
|
| +
|
| void BeginAllFrameSubscriptions();
|
| void EndAllFrameSubscriptions();
|
| void BeginFrameSubscriptionInternal(
|
|
|