Index: cc/test/test_layer_tree_host_base.cc |
diff --git a/cc/test/test_layer_tree_host_base.cc b/cc/test/test_layer_tree_host_base.cc |
index 80aacc4c288a78c5bf956cd96782fe22d31f4b6d..c47672bba003875564277511a7b8022e9cdc869f 100644 |
--- a/cc/test/test_layer_tree_host_base.cc |
+++ b/cc/test/test_layer_tree_host_base.cc |
@@ -97,7 +97,7 @@ void TestLayerTreeHostBase::SetupPendingTree( |
const gfx::Size& tile_size, |
const Region& invalidation) { |
host_impl()->CreatePendingTree(); |
- host_impl()->pending_tree()->PushPageScaleFromMainThread(1.f, 0.00001f, |
+ host_impl()->pending_tree()->PushPageScaleFromMainThread(1.f, 1.f, 0.00001f, |
100000.f); |
LayerTreeImpl* pending_tree = host_impl()->pending_tree(); |
pending_tree->SetDeviceScaleFactor( |