summaryrefslogtreecommitdiffstats
path: root/cc/layers/picture_layer_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layers/picture_layer_unittest.cc')
-rw-r--r--cc/layers/picture_layer_unittest.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/cc/layers/picture_layer_unittest.cc b/cc/layers/picture_layer_unittest.cc
index 71973b2..25bfd99 100644
--- a/cc/layers/picture_layer_unittest.cc
+++ b/cc/layers/picture_layer_unittest.cc
@@ -49,7 +49,9 @@ TEST(PictureLayerTest, NoTilesIfEmptyBounds) {
{
DebugScopedSetImplThread impl_thread(&proxy);
- FakeLayerTreeHostImpl host_impl(ImplSidePaintingSettings(), &proxy);
+ TestSharedBitmapManager shared_bitmap_manager;
+ FakeLayerTreeHostImpl host_impl(
+ ImplSidePaintingSettings(), &proxy, &shared_bitmap_manager);
host_impl.CreatePendingTree();
scoped_ptr<FakePictureLayerImpl> layer_impl =
FakePictureLayerImpl::Create(host_impl.pending_tree(), 1);