| 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 c76544c8fcb133b0d3a93b4d42b88d14ec1aa1fb..72d98fd271eb226af60727b4a91a3281815d385e 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -219,6 +219,9 @@ class GpuCommandBufferStub
|
| void OnParseError();
|
| void OnCreateStreamTexture(
|
| uint32 texture_id, int32 stream_id, bool* succeeded);
|
| + void OnCreateStreamTextureImage(int32 image_id,
|
| + int32 stream_id,
|
| + bool* succeeded);
|
|
|
| void ReportState();
|
|
|
|
|