Index: cc/test/fake_layer_tree_host_impl.h |
diff --git a/cc/test/fake_layer_tree_host_impl.h b/cc/test/fake_layer_tree_host_impl.h |
index b652a9168c14677c93d15d0a6435c87e899892a4..5c999ba64197ede6cf829f2000e7e6a1222cdc6a 100644 |
--- a/cc/test/fake_layer_tree_host_impl.h |
+++ b/cc/test/fake_layer_tree_host_impl.h |
@@ -36,6 +36,7 @@ class FakeLayerTreeHostImpl : public LayerTreeHostImpl { |
base::TimeTicks current_frame_time_ticks_; |
FakeLayerTreeHostImplClient client_; |
FakeRenderingStatsInstrumentation stats_instrumentation_; |
+ scoped_ptr<SharedBitmapManager> bitmap_manager_; |
}; |
} // namespace cc |