| Index: services/ui/gpu/gpu_service.cc
|
| diff --git a/services/ui/gpu/gpu_service.cc b/services/ui/gpu/gpu_service.cc
|
| index 0be4a879eeebd4b8210fb334f57503d56dba1563..ac657e89a8c704af3daf5efb4552720735860c1c 100644
|
| --- a/services/ui/gpu/gpu_service.cc
|
| +++ b/services/ui/gpu/gpu_service.cc
|
| @@ -144,7 +144,7 @@ void GpuService::StoreShaderToDisk(int client_id,
|
| void GpuService::SendAcceleratedSurfaceCreatedChildWindow(
|
| gpu::SurfaceHandle parent_window,
|
| gpu::SurfaceHandle child_window) {
|
| - ::SetParent(child_window, parent_window);
|
| + gpu_host_->SetChildSurface(parent_window, child_window);
|
| }
|
| #endif
|
|
|
|
|