| Index: services/gfx/compositor/backend/gpu_output.cc
|
| diff --git a/services/gfx/compositor/backend/gpu_output.cc b/services/gfx/compositor/backend/gpu_output.cc
|
| index fd2030f52597dd347d294a3ce17f84c2ad093d04..e5fe85e790b6068c695fd166f56461ac97748d2d 100644
|
| --- a/services/gfx/compositor/backend/gpu_output.cc
|
| +++ b/services/gfx/compositor/backend/gpu_output.cc
|
| @@ -44,8 +44,9 @@ GpuOutput::GpuOutput(mojo::ContextProviderPtr context_provider,
|
| FROM_HERE,
|
| base::Bind(&RasterizerDelegate::CreateRasterizer,
|
| base::Unretained(rasterizer_delegate_.get()),
|
| - base::Passed(context_provider.PassInterface()), scheduler_,
|
| - base::MessageLoop::current()->task_runner(), error_callback));
|
| + base::Passed(context_provider.PassInterfaceHandle()),
|
| + scheduler_, base::MessageLoop::current()->task_runner(),
|
| + error_callback));
|
| }
|
|
|
| GpuOutput::~GpuOutput() {
|
|
|