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

Unified Diff: cc/thread_proxy.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/test/scheduler_test_common.cc ('k') | cc/thread_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/thread_proxy.h
diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h
index c57a4eeb16536c317b44206445c4e0462739fd86..94154750b6bb298ea7cc4ed6ebd4795c94cf59ee 100644
--- a/cc/thread_proxy.h
+++ b/cc/thread_proxy.h
@@ -86,6 +86,8 @@ class ThreadProxy : public Proxy,
virtual void SendManagedMemoryStats() OVERRIDE;
virtual bool IsInsideDraw() OVERRIDE;
virtual void RenewTreePriority() OVERRIDE;
+ virtual void RequestScrollbarAnimationOnImplThread(base::TimeDelta delay)
+ OVERRIDE;
// SchedulerClient implementation
virtual void ScheduledActionBeginFrame() OVERRIDE;
@@ -186,6 +188,7 @@ class ThreadProxy : public Proxy,
base::DictionaryValue* state) const;
void RenewTreePriorityOnImplThread();
void DidSwapUseIncompleteTileOnImplThread();
+ void StartScrollbarAnimationOnImplThread();
// Accessed on main thread only.
« no previous file with comments | « cc/test/scheduler_test_common.cc ('k') | cc/thread_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698