Index: cc/layers/picture_layer_unittest.cc |
diff --git a/cc/layers/picture_layer_unittest.cc b/cc/layers/picture_layer_unittest.cc |
index 71973b2ee1e5301c605601b724cb942da8f68bfa..25bfd9991c1123273b893231d90a133b4d783ee2 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); |