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

Unified Diff: cc/trees/layer_tree_host_common_unittest.cc

Issue 2349713002: [cc] Remove unused parameter to DidUpdateScrollOffset (Closed)
Patch Set: Created 4 years, 3 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_host_common_unittest.cc
diff --git a/cc/trees/layer_tree_host_common_unittest.cc b/cc/trees/layer_tree_host_common_unittest.cc
index 204431f74916a75c7d895d2aaa69ad45240a8831..4dadd3147bbf84483ca8f2be6ff47dc186041cd3 100644
--- a/cc/trees/layer_tree_host_common_unittest.cc
+++ b/cc/trees/layer_tree_host_common_unittest.cc
@@ -80,8 +80,7 @@ class LayerTreeHostCommonTestBase : public LayerTestCommon::LayerImplTest {
->property_trees()
->scroll_tree.SetScrollOffsetDeltaForTesting(layer_impl->id(),
delta))
- layer_impl->layer_tree_impl()->DidUpdateScrollOffset(
- layer_impl->id(), layer_impl->transform_tree_index());
+ layer_impl->layer_tree_impl()->DidUpdateScrollOffset(layer_impl->id());
}
static float GetMaximumAnimationScale(LayerImpl* layer_impl) {

Powered by Google App Engine
This is Rietveld 408576698