Index: content/common/gpu/gpu_channel_manager.h |
diff --git a/content/common/gpu/gpu_channel_manager.h b/content/common/gpu/gpu_channel_manager.h |
index 733081b4b45e4d555bd60e8fa5665d09b8372211..45c15201b4e6a0e37dd24f5f911fd199b9b0f8ce 100644 |
--- a/content/common/gpu/gpu_channel_manager.h |
+++ b/content/common/gpu/gpu_channel_manager.h |
@@ -122,6 +122,10 @@ class CONTENT_EXPORT GpuChannelManager : public IPC::Listener, |
int32 client_id, |
const GPUCreateCommandBufferConfig& init_params, |
int32 route_id); |
+ void OnCreateStreamTexture(int32 image_id, |
+ int client_id, |
+ int32 route_id, |
+ int32 stream_id); |
void OnLoadedShader(std::string shader); |
void DestroyGpuMemoryBuffer(gfx::GpuMemoryBufferId id, int client_id); |
void DestroyGpuMemoryBufferOnIO(gfx::GpuMemoryBufferId id, int client_id); |