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

Unified Diff: cc/thread.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.h
diff --git a/cc/thread.h b/cc/thread.h
index c9f01a923f512123480663473376847b890ff659..c86aca971c50672bae7d73389ad05c6363876eea 100644
--- a/cc/thread.h
+++ b/cc/thread.h
@@ -21,7 +21,7 @@ public:
virtual void postTask(base::Closure cb) = 0;
// Executes the task after the specified delay.
- virtual void postDelayedTask(base::Closure cb, long long delayMs) = 0;
+ virtual void postDelayedTask(base::Closure cb, base::TimeDelta delay) = 0;
virtual bool belongsToCurrentThread() const = 0;
};

Powered by Google App Engine
This is Rietveld 408576698