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

Unified Diff: cc/base/thread_impl.h

Issue 17362002: cc: Remove FakeThread, use SingleThreadTaskRunner in scheduling classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm-fakethread: rebase Created 7 years, 6 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 | « cc/base/thread.h ('k') | cc/base/thread_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/thread_impl.h
diff --git a/cc/base/thread_impl.h b/cc/base/thread_impl.h
index 473db9c1e5d9a1a22f865b1aba33926416adc3f2..9bc47a80639503482e7540e80362b30bce557396 100644
--- a/cc/base/thread_impl.h
+++ b/cc/base/thread_impl.h
@@ -29,6 +29,7 @@ class CC_EXPORT ThreadImpl : public Thread {
virtual void PostDelayedTask(base::Closure cb, base::TimeDelta delay)
OVERRIDE;
virtual bool BelongsToCurrentThread() const OVERRIDE;
+ virtual base::SingleThreadTaskRunner* TaskRunner() OVERRIDE;
private:
explicit ThreadImpl(scoped_refptr<base::MessageLoopProxy> thread);
« no previous file with comments | « cc/base/thread.h ('k') | cc/base/thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698