Index: cc/layers/video_layer_impl.h |
diff --git a/cc/layers/video_layer_impl.h b/cc/layers/video_layer_impl.h |
index a0ba484495760d775dde6bfeb27de72c7559b652..6db19302c2a901bfb48de8babb814a041cdfbede 100644 |
--- a/cc/layers/video_layer_impl.h |
+++ b/cc/layers/video_layer_impl.h |
@@ -50,7 +50,7 @@ class CC_EXPORT VideoLayerImpl : public LayerImpl { |
VideoLayerImpl( |
LayerTreeImpl* tree_impl, |
int id, |
- const scoped_refptr<VideoFrameProviderClientImpl>& provider_client_impl, |
+ scoped_refptr<VideoFrameProviderClientImpl> provider_client_impl, |
media::VideoRotation video_rotation); |
const char* LayerTypeAsString() const override; |