| 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 d7b907f4236c157267604e98139155106b2a98d2..2e1dc342e9c3f5294a76ff9d390854b2306413ab 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.h
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.h
|
| @@ -116,6 +116,8 @@ class GpuCommandBufferStub
|
| IPC::Message* reply_message);
|
| void OnDestroyVideoDecoder(int32 decoder_route_id);
|
|
|
| + void OnSetSurfaceVisible(bool visible);
|
| +
|
| #if defined(OS_MACOSX)
|
| void OnSwapBuffers();
|
|
|
|
|