| Index: gpu/ipc/in_process_command_buffer.cc
|
| diff --git a/gpu/ipc/in_process_command_buffer.cc b/gpu/ipc/in_process_command_buffer.cc
|
| index 85580ce735317f9b75a8bb8cc1ad108b51cdbe96..54a5e41fce5b3e10e79c4d4e8f733ce1717783c0 100644
|
| --- a/gpu/ipc/in_process_command_buffer.cc
|
| +++ b/gpu/ipc/in_process_command_buffer.cc
|
| @@ -1048,7 +1048,7 @@ bool InProcessCommandBuffer::CanWaitUnverifiedSyncToken(
|
| void InProcessCommandBuffer::DidCreateAcceleratedSurfaceChildWindow(
|
| SurfaceHandle parent_window,
|
| SurfaceHandle child_window) {
|
| - // TODO(fsamuel): Implement this.
|
| + ::SetParent(child_window, parent_window);
|
| }
|
| #endif
|
|
|
|
|