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

Unified Diff: cc/base/thread_impl.h

Issue 12408028: cc: Delay start of scrollbar animation setNeedsRedraw. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to 188682 Created 7 years, 9 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 da97d9a7a46cafe08e2111e7b36a9560514039ff..064c8bfa95f3f22a691b307fcce7aba170f3f929 100644
--- a/cc/base/thread_impl.h
+++ b/cc/base/thread_impl.h
@@ -25,9 +25,9 @@ class CC_EXPORT ThreadImpl : public Thread {
virtual ~ThreadImpl();
- // Thread implementation
virtual void PostTask(base::Closure cb) OVERRIDE;
- virtual void PostDelayedTask(base::Closure cb, long long delay_ms) OVERRIDE;
+ virtual void PostDelayedTask(base::Closure cb, base::TimeDelta delay)
+ OVERRIDE;
virtual bool BelongsToCurrentThread() const OVERRIDE;
private:
« 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