Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2162)

Unified Diff: content/common/gpu/gpu_channel.h

Issue 1355063004: Template methods on Timer classes instead of the classes themselves. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: timer: fixcaller Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/npapi/webplugin_delegate_impl_mac.mm ('k') | content/common/gpu/gpu_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « content/child/npapi/webplugin_delegate_impl_mac.mm ('k') | content/common/gpu/gpu_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698