Index: cc/trees/layer_tree_host_unittest_scroll.cc |
diff --git a/cc/trees/layer_tree_host_unittest_scroll.cc b/cc/trees/layer_tree_host_unittest_scroll.cc |
index a1853918ea1c9356448350e255ede224c6509daa..82cee89f30379da5cbe5a4963eb27ac201911e51 100644 |
--- a/cc/trees/layer_tree_host_unittest_scroll.cc |
+++ b/cc/trees/layer_tree_host_unittest_scroll.cc |
@@ -1055,7 +1055,7 @@ class LayerTreeHostScrollTestScrollZeroMaxScrollOffset |
InputHandler::Gesture)); |
// Set max_scroll_offset = (0, 0). |
- scroll_layer->SetBounds(gfx::ToCeiledSize(root->bounds())); |
+ scroll_layer->SetBounds(root->bounds()); |
EXPECT_EQ(InputHandler::ScrollIgnored, |
scroll_layer->TryScroll(gfx::PointF(0.0f, 1.0f), |
InputHandler::Gesture)); |