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