| Index: content/common/gpu/gpu_channel.h
|
| diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
|
| index 62a495baacbc6f47efc3145e7c9ef4d219d3ebf3..468686424992f71d021b505a9800e03a6d399506 100644
|
| --- a/content/common/gpu/gpu_channel.h
|
| +++ b/content/common/gpu/gpu_channel.h
|
| @@ -375,7 +375,7 @@ class GpuChannelMessageFilter : public IPC::MessageFilter {
|
| std::vector<scoped_refptr<IPC::MessageFilter>> channel_filters_;
|
|
|
| // This timer is created and destroyed on the IO thread.
|
| - scoped_ptr<base::OneShotTimer<GpuChannelMessageFilter>> timer_;
|
| + scoped_ptr<base::OneShotTimer> timer_;
|
|
|
| bool a_stub_is_descheduled_;
|
|
|
|
|