summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/gpu_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/gpu/gpu_channel.h')
-rw-r--r--content/common/gpu/gpu_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
index f2902f0..a92ed87 100644
--- a/content/common/gpu/gpu_channel.h
+++ b/content/common/gpu/gpu_channel.h
@@ -147,7 +147,7 @@ class GpuChannel : public IPC::Channel::Listener,
int client_id_;
// Uniquely identifies the channel within this GPU process.
- int channel_id_;
+ std::string channel_id_;
// Handle to the renderer process that is on the other side of the channel.
base::ProcessHandle renderer_process_;