| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index ba34809a8d7c04f10958b611cdbb151727dea8c9..f55da61add2265e698e330d6c7358038888862e3 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -200,9 +200,9 @@ void GpuChildThread::CreateGpuService(
|
| GetInterfaceRegistry()->ResumeBinding();
|
| }
|
|
|
| -void GpuChildThread::CreateDisplayCompositor(
|
| - cc::mojom::DisplayCompositorRequest request,
|
| - cc::mojom::DisplayCompositorClientPtr client) {
|
| +void GpuChildThread::CreateFrameSinkManager(
|
| + cc::mojom::FrameSinkManagerRequest request,
|
| + cc::mojom::FrameSinkManagerClientPtr client) {
|
| NOTREACHED();
|
| }
|
|
|
|
|