| 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 586a31dc3af403a498779e5435585aae39920408..46a2d36e7d7ffb57ea410d30fc68065e010e4ef9 100644
|
| --- a/cc/trees/layer_tree_host_unittest_proxy.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_proxy.cc
|
| @@ -77,8 +77,7 @@ PROXY_TEST_SCHEDULED_ACTION(ProxyTestScheduledActionsBasic);
|
| class ProxyMainThreaded : public ProxyTest {
|
| protected:
|
| ProxyMainThreaded()
|
| - : update_check_layer_(
|
| - FakePictureLayer::Create(layer_settings(), &client_)) {}
|
| + : update_check_layer_(FakePictureLayer::Create(&client_)) {}
|
| ~ProxyMainThreaded() override {}
|
|
|
| void SetupTree() override {
|
|
|