Index: cc/test/fake_layer_tree_host_client.h |
diff --git a/cc/test/fake_layer_tree_host_client.h b/cc/test/fake_layer_tree_host_client.h |
index 240b4504eb8cd774188c36c3092d7cf1d91f6ab2..710615b2a16b86ab63bd795e64242bb4f31bfec2 100644 |
--- a/cc/test/fake_layer_tree_host_client.h |
+++ b/cc/test/fake_layer_tree_host_client.h |
@@ -21,7 +21,7 @@ class FakeLayerTreeHostClient : public LayerTreeHostClient { |
DELEGATED_3D, |
DELEGATED_SOFTWARE |
}; |
- FakeLayerTreeHostClient(RendererOptions options); |
+ explicit FakeLayerTreeHostClient(RendererOptions options); |
virtual ~FakeLayerTreeHostClient(); |
virtual void WillBeginFrame() OVERRIDE {} |