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 546aa6b6f8200f22fc479f376ebb6c30930318fe..daf7d5b97415390111cc18fbca29dba752a86279 100644 |
--- a/cc/trees/layer_tree_host_common_unittest.cc |
+++ b/cc/trees/layer_tree_host_common_unittest.cc |
@@ -7820,7 +7820,7 @@ TEST_F(LayerTreeHostCommonTest, |
gfx::PointF(3.0f, 4.0f), gfx::Size(50, 50), true, |
false, false); |
scroll_layer->SetScrollOffsetAndDelta(scroll_offset, scroll_delta); |
- scroll_layer->SetMainScrollOffsetFractionalPart(main_scroll_fractional_part); |
+ scroll_layer->SetScrollCompensationAdjustment(main_scroll_fractional_part); |
scroller->AddChild(fixed.Pass()); |
container->AddChild(scroller.Pass()); |