diff options
Diffstat (limited to 'content/common/gpu/gpu_channel.h')
-rw-r--r-- | content/common/gpu/gpu_channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h index b6a510f..d51c0bc 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 { |