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

Unified Diff: cc/trees/layer_tree_impl.h

Issue 361143002: Impl thread smooth scrolling. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add/update unit tests. Created 6 years, 5 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/trees/layer_tree_impl.h
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
index 3b3c6cf562313fd192b2e8912cb4d1007e233463..5798f14a2742503d46e55b17ac86fa484555673c 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -89,6 +89,7 @@ class CC_EXPORT LayerTreeImpl {
scoped_ptr<ScrollbarAnimationController> CreateScrollbarAnimationController(
LayerImpl* scrolling_layer);
void DidAnimateScrollOffset();
+ void ScrollOffsetAnimationFinished();
ajuma 2014/07/08 18:45:32 Since this is only going to get called for input-i
skobes 2014/07/08 21:21:58 Done.
bool use_gpu_rasterization() const;
bool create_low_res_tiling() const;

Powered by Google App Engine
This is Rietveld 408576698