| Index: content/common/gpu/gpu_channel_manager.h
|
| diff --git a/content/common/gpu/gpu_channel_manager.h b/content/common/gpu/gpu_channel_manager.h
|
| index 8122c2bde1c012411eac80e5704c16965bf37613..0d36da65122bf0ace12958e9cec2f993658ac37e 100644
|
| --- a/content/common/gpu/gpu_channel_manager.h
|
| +++ b/content/common/gpu/gpu_channel_manager.h
|
| @@ -83,7 +83,7 @@ class CONTENT_EXPORT GpuChannelManager : public IPC::Listener,
|
| bool Send(IPC::Message* msg) override;
|
|
|
| bool HandleMessagesScheduled();
|
| - uint64 MessagesProcessed();
|
| + uint32_t ProcessedOrderNumber();
|
|
|
| void LoseAllContexts();
|
|
|
|
|