| 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 bc75f56184ef8aa7c807839a1b451cf3dc7ab25b..913e9ee5d0ee3d233c73828f85c3ebe11e3ebf4c 100644
|
| --- a/content/common/gpu/gpu_channel_manager.h
|
| +++ b/content/common/gpu/gpu_channel_manager.h
|
| @@ -76,6 +76,9 @@ class GpuChannelManager : public IPC::Listener,
|
| // Sender overrides.
|
| virtual bool Send(IPC::Message* msg) OVERRIDE;
|
|
|
| + bool HandleMessagesScheduled();
|
| + uint64 MessagesProcessed();
|
| +
|
| void LoseAllContexts();
|
|
|
| base::WeakPtrFactory<GpuChannelManager> weak_factory_;
|
|
|