| Index: content/common/gpu/gpu_channel.h | 
| diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h | 
| index 44fd75d8c7ad38a2eafd965074ecd4f29e3db90c..7914537247cf1c5414cf06cea9567f72021aecf4 100644 | 
| --- a/content/common/gpu/gpu_channel.h | 
| +++ b/content/common/gpu/gpu_channel.h | 
| @@ -137,6 +137,9 @@ class GpuChannel : public IPC::Listener, | 
|  | 
| gpu::PreemptionFlag* GetPreemptionFlag(); | 
|  | 
| +  bool handle_messages_scheduled() const { return handle_messages_scheduled_; } | 
| +  uint64 messages_processed() const { return messages_processed_; } | 
| + | 
| // If |preemption_flag->IsSet()|, any stub on this channel | 
| // should stop issuing GL commands. Setting this to NULL stops deferral. | 
| void SetPreemptByFlag( | 
|  |