diff options
Diffstat (limited to 'cc/test/fake_layer_tree_host_client.h')
-rw-r--r-- | cc/test/fake_layer_tree_host_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/fake_layer_tree_host_client.h b/cc/test/fake_layer_tree_host_client.h index 240b450..710615b 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 {} |