| Index: content/common/gpu/gpu_channel.h
|
| diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
|
| index b6a510fcd0ef17278fde98a3987b6f24069c7082..d51c0bc45b91010c6411a23e64bdbfb3fbc2ca78 100644
|
| --- a/content/common/gpu/gpu_channel.h
|
| +++ b/content/common/gpu/gpu_channel.h
|
| @@ -62,7 +62,7 @@ class GpuChannel : public IPC::Channel::Listener,
|
| std::string GetChannelName();
|
|
|
| #if defined(OS_POSIX)
|
| - int GetRendererFileDescriptor();
|
| + int TakeRendererFileDescriptor();
|
| #endif // defined(OS_POSIX)
|
|
|
| base::ProcessHandle renderer_process() const {
|
|
|