| Index: content/renderer/android/synchronous_compositor_output_surface.h
|
| diff --git a/content/renderer/android/synchronous_compositor_output_surface.h b/content/renderer/android/synchronous_compositor_output_surface.h
|
| index 672cf2d234cf724230974aac3076654d7c85e9b1..396a66d19dfc70a7cf509f76377a947d9ffe2de4 100644
|
| --- a/content/renderer/android/synchronous_compositor_output_surface.h
|
| +++ b/content/renderer/android/synchronous_compositor_output_surface.h
|
| @@ -60,8 +60,8 @@ class SynchronousCompositorOutputSurface
|
| : NON_EXPORTED_BASE(public cc::OutputSurface) {
|
| public:
|
| SynchronousCompositorOutputSurface(
|
| - const scoped_refptr<cc::ContextProvider>& context_provider,
|
| - const scoped_refptr<cc::ContextProvider>& worker_context_provider,
|
| + scoped_refptr<cc::ContextProvider> context_provider,
|
| + scoped_refptr<cc::ContextProvider> worker_context_provider,
|
| int routing_id,
|
| uint32_t output_surface_id,
|
| SynchronousCompositorRegistry* registry,
|
|
|