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

Unified Diff: cc/layer_tree_impl.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/layer_tree_impl.h
diff --git a/cc/layer_tree_impl.h b/cc/layer_tree_impl.h
index 1b80c2a60c7d70eaa0ef0c35f8a02d06c6c1d4cd..076ee736f38310697170eaf66b59b1e02474eeb1 100644
--- a/cc/layer_tree_impl.h
+++ b/cc/layer_tree_impl.h
@@ -101,10 +101,7 @@ class CC_EXPORT LayerTreeImpl {
LayerImpl* RootScrollLayer() const;
LayerImpl* RootClipLayer() const;
LayerImpl* CurrentlyScrollingLayer() const;
- void set_currently_scrolling_layer(LayerImpl* layer) {
- currently_scrolling_layer_ = layer;
- }
-
+ void SetCurrentlyScrollingLayer(LayerImpl* layer);
void ClearCurrentlyScrollingLayer();
void FindRootScrollLayer();

Powered by Google App Engine
This is Rietveld 408576698