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

Unified Diff: cc/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: Add more test expectations 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
Index: cc/thread_impl.h
diff --git a/cc/thread_impl.h b/cc/thread_impl.h
index 46f7128e94eef060f33ed0e1e8752734dd22b349..df2004c132e31eacec7d25e25ebe7221db198e0d 100644
--- a/cc/thread_impl.h
+++ b/cc/thread_impl.h
@@ -26,7 +26,7 @@ public:
// cc::Thread implementation
virtual void postTask(base::Closure cb) OVERRIDE;
- virtual void postDelayedTask(base::Closure cb, long long delayMs) OVERRIDE;
+ virtual void postDelayedTask(base::Closure cb, base::TimeDelta delay) OVERRIDE;
virtual bool belongsToCurrentThread() const OVERRIDE;
private:
« cc/test/layer_tree_test_common.cc ('K') | « cc/thread.h ('k') | cc/thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698