summaryrefslogtreecommitdiffstats
path: root/cc/test/fake_layer_tree_host_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/test/fake_layer_tree_host_impl.h')
-rw-r--r--cc/test/fake_layer_tree_host_impl.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/cc/test/fake_layer_tree_host_impl.h b/cc/test/fake_layer_tree_host_impl.h
index b652a91..7ddd5bb 100644
--- a/cc/test/fake_layer_tree_host_impl.h
+++ b/cc/test/fake_layer_tree_host_impl.h
@@ -14,8 +14,10 @@ namespace cc {
class FakeLayerTreeHostImpl : public LayerTreeHostImpl {
public:
- explicit FakeLayerTreeHostImpl(Proxy* proxy);
- FakeLayerTreeHostImpl(const LayerTreeSettings& settings, Proxy* proxy);
+ FakeLayerTreeHostImpl(Proxy* proxy, SharedBitmapManager* manager);
+ FakeLayerTreeHostImpl(const LayerTreeSettings& settings,
+ Proxy* proxy,
+ SharedBitmapManager* manager);
virtual ~FakeLayerTreeHostImpl();
void ForcePrepareToDraw() {