Skip to content

Commit

Permalink
dcomp: HACK: Try to workaround Chromium race fixed by Chromium commit…
Browse files Browse the repository at this point in the history
… 1c13c9105b40e8.

CW-Bug-Id: #23945
  • Loading branch information
Paul Gofman authored and ivyl committed Jun 20, 2024
1 parent 089de15 commit 25af144
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dlls/dcomp/device.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ HRESULT WINAPI DCompositionCreateDevice2(IUnknown *rendering_device, REFIID iid,
{
FIXME("%p, %s, %p.\n", rendering_device, debugstr_guid(iid), device);

/* Try to workaround Chromium race fixed by Chromium commit 1c13c9105b40e83f87ebcad104fab57fcef43eb9. */
Sleep(50);

return E_NOTIMPL;
}

Expand Down

0 comments on commit 25af144

Please sign in to comment.