| Index: cc/blink/web_layer_impl_fixed_bounds_unittest.cc
|
| diff --git a/cc/blink/web_layer_impl_fixed_bounds_unittest.cc b/cc/blink/web_layer_impl_fixed_bounds_unittest.cc
|
| index 239e5ee678fd6c21e32992bf142b9fa03fdf77cf..b49c0a975c3331250984af9c8513e5b8822d56b0 100644
|
| --- a/cc/blink/web_layer_impl_fixed_bounds_unittest.cc
|
| +++ b/cc/blink/web_layer_impl_fixed_bounds_unittest.cc
|
| @@ -7,6 +7,7 @@
|
| #include "cc/layers/picture_image_layer.h"
|
| #include "cc/test/fake_layer_tree_host.h"
|
| #include "cc/test/geometry_test_utils.h"
|
| +#include "cc/test/test_task_graph_runner.h"
|
| #include "cc/trees/layer_tree_host_common.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/WebKit/public/platform/WebFloatPoint.h"
|
| @@ -105,8 +106,9 @@ void CompareFixedBoundsLayerAndNormalLayer(const WebFloatPoint& anchor_point,
|
| root_layer->addChild(normal_layer);
|
|
|
| cc::FakeLayerTreeHostClient client(cc::FakeLayerTreeHostClient::DIRECT_3D);
|
| + cc::TestTaskGraphRunner task_graph_runner;
|
| scoped_ptr<cc::FakeLayerTreeHost> host =
|
| - cc::FakeLayerTreeHost::Create(&client);
|
| + cc::FakeLayerTreeHost::Create(&client, &task_graph_runner);
|
| host->SetRootLayer(root_layer->layer());
|
|
|
| {
|
|
|