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

Unified Diff: cc/test/scheduler_test_common.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/test/scheduler_test_common.h
diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h
index be13fbf5cd23447fd5a46ad55c820614401f1569..f42d10f65c5383f23bf63f47590c5fdcb02351b2 100644
--- a/cc/test/scheduler_test_common.h
+++ b/cc/test/scheduler_test_common.h
@@ -52,7 +52,7 @@ public:
}
virtual void postTask(base::Closure cb) OVERRIDE;
- virtual void postDelayedTask(base::Closure cb, long long delay) OVERRIDE;
+ virtual void postDelayedTask(base::Closure cb, base::TimeDelta delay) OVERRIDE;
virtual bool belongsToCurrentThread() const OVERRIDE;
protected:

Powered by Google App Engine
This is Rietveld 408576698