Index: content/common/gpu/gpu_channel.h |
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h |
index 760327e6ea920001f7cc74342545e34761f0d83a..bc1f327075e395702f295b229d058dfe46a5ace7 100644 |
--- a/content/common/gpu/gpu_channel.h |
+++ b/content/common/gpu/gpu_channel.h |
@@ -76,6 +76,8 @@ class GpuChannel : public IPC::Listener, |
base::ProcessId renderer_pid() const { return channel_->peer_pid(); } |
+ int client_id() const { return client_id_; } |
+ |
scoped_refptr<base::MessageLoopProxy> io_message_loop() const { |
return io_message_loop_; |
} |