Index: content/common/gpu/gpu_channel.h |
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h |
index 7f354715d68ed5370e58a866054fdba2c6803110..e181a3e1a8be055f977fe1f64d7392031bf10a5d 100644 |
--- a/content/common/gpu/gpu_channel.h |
+++ b/content/common/gpu/gpu_channel.h |
@@ -76,7 +76,7 @@ class GpuChannel : public IPC::Listener, public IPC::Sender { |
int TakeRendererFileDescriptor(); |
#endif // defined(OS_POSIX) |
- base::ProcessId renderer_pid() const { return channel_->peer_pid(); } |
+ base::ProcessId renderer_pid() const { return channel_->GetPeerPID(); } |
int client_id() const { return client_id_; } |