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 6b6dffb..e48eaa1 100644
--- a/content/common/gpu/gpu_channel.h
+++ b/content/common/gpu/gpu_channel.h
@@ -170,7 +170,7 @@ class GpuChannel : public IPC::Listener, public IPC::Sender {
// Try to match the messages pattern for GL SwapBuffers operation in the
// deferred message queue starting from the current processing message.
// Return the number of messages that matches the given pattern, e.g.
- // SetLatencyInfo -> AsyncFlush -> Echo sequence.
+ // AsyncFlush -> Echo sequence.
size_t MatchSwapBufferMessagesPattern(IPC::Message* current_message);
// The lifetime of objects of this class is managed by a GpuChannelManager.