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

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: 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_proxy.h
diff --git a/cc/thread_proxy.h b/cc/thread_proxy.h
index e508b76461f5f8d9c6242c694d3067b1f1ea8c4c..91ea1fc4e862f38d5941aa2fdf41c0ec17d91a22 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.
« cc/test/layer_tree_test_common.cc ('K') | « cc/thread_impl.cc ('k') | cc/thread_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698