Index: cc/trees/layer_tree_host_unittest_proxy.cc |
diff --git a/cc/trees/layer_tree_host_unittest_proxy.cc b/cc/trees/layer_tree_host_unittest_proxy.cc |
index 78545ef2adafc82a5d3412e7be4c7602ae5b654d..2605dd995cb8f02b7a68574af5df69a2e4318843 100644 |
--- a/cc/trees/layer_tree_host_unittest_proxy.cc |
+++ b/cc/trees/layer_tree_host_unittest_proxy.cc |
@@ -81,6 +81,7 @@ class ThreadProxyTest : public ProxyTest { |
void SetupTree() override { |
layer_tree_host()->SetRootLayer(update_check_layer_); |
ProxyTest::SetupTree(); |
+ client_.set_bounds(update_check_layer_->bounds()); |
} |
const ThreadProxy::MainThreadOnly& ThreadProxyMainOnly() const { |