Skip to content

Commit d8be171

Browse files
author
Paul Gofman
committed
dcomp: HACK: Try to workaround Chromium race fixed by Chromium commit 1c13c9105b40e8.
CW-Bug-Id: #23945
1 parent 0075ee8 commit d8be171

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dlls/dcomp/device.c

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ HRESULT WINAPI DCompositionCreateDevice2(IUnknown *rendering_device, REFIID iid,
3636
{
3737
FIXME("%p, %s, %p.\n", rendering_device, debugstr_guid(iid), device);
3838

39+
/* Try to workaround Chromium race fixed by Chromium commit 1c13c9105b40e83f87ebcad104fab57fcef43eb9. */
40+
Sleep(50);
41+
3942
return E_NOTIMPL;
4043
}
4144

0 commit comments

Comments
 (0)