| 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 8f4e84a0f092e32e70e6385c50471eb5f4bd7c9b..c7b87786673f48807ad870d3771a2ed4cec4ffe2 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -117,7 +117,7 @@ class GpuCommandBufferStub
|
| IPC::Message* reply_message);
|
| void OnDestroyVideoDecoder(int32 decoder_route_id);
|
|
|
| - void OnSetSurfaceVisible(bool visible);
|
| + void OnSetResourceUsage(gfx::GLSurface::ResourceUsage resourceUsage);
|
|
|
| void OnCommandProcessed();
|
| void OnParseError();
|
|
|