| Index: services/ui/gpu/gpu_service_mus.cc
|
| diff --git a/services/ui/gpu/gpu_service_mus.cc b/services/ui/gpu/gpu_service_mus.cc
|
| index dd1ddadefa6eeae216678c7c645880e5d214ba29..0d3277e662d39dc0afd22aba709c41248db2b8dc 100644
|
| --- a/services/ui/gpu/gpu_service_mus.cc
|
| +++ b/services/ui/gpu/gpu_service_mus.cc
|
| @@ -146,7 +146,7 @@ void GpuServiceMus::StoreShaderToDisk(int client_id,
|
| void GpuServiceMus::SendAcceleratedSurfaceCreatedChildWindow(
|
| gpu::SurfaceHandle parent_window,
|
| gpu::SurfaceHandle child_window) {
|
| - NOTIMPLEMENTED();
|
| + ::SetParent(child_window, parent_window);
|
| }
|
| #endif
|
|
|
|
|