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 2be2c05799f58f7b0dc5b267cdea93597fc97917..bd34a59357942b6000e6f7599d0d543dd0503810 100644 |
--- a/cc/test/fake_layer_tree_host_impl.h |
+++ b/cc/test/fake_layer_tree_host_impl.h |
@@ -13,7 +13,7 @@ namespace cc { |
class FakeLayerTreeHostImpl : public LayerTreeHostImpl { |
public: |
- FakeLayerTreeHostImpl(Proxy* proxy); |
+ explicit FakeLayerTreeHostImpl(Proxy* proxy); |
virtual ~FakeLayerTreeHostImpl(); |
void forcePrepareToDraw() { |